I'm trying to cross-compile from a Linux machine a...
# general
n
I'm trying to cross-compile from a Linux machine and tried the following declaration in my
BUILD
file:
Copy code
pex_binary(
  name="foo",
  entry_point="foo.py",
  dependencies=[":foo_req"],
  platforms=["win_amd64-cp37-cp37-x86_64"],
)