Options for building native code using Python, e.g. when resolving distributions.
Config section: [python-native-code]
Basic options
None
Advanced options
--python-native-code-cpp-flags="['<str>', '<str>', ...]"
PANTS_PYTHON_NATIVE_CODE_CPP_FLAGS
cpp_flags
default:
[ "-I/usr/local/opt/openssl/include" ]
Override the `CPPFLAGS` environment variable for any forked subprocesses.
--python-native-code-ld-flags="['<str>', '<str>', ...]"
PANTS_PYTHON_NATIVE_CODE_LD_FLAGS
ld_flags
default:
[ "-L/usr/local/opt/openssl/lib" ]
Override the `LDFLAGS` environment variable for any forked subprocesses.
Deprecated options
None
Updated 2 months ago