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