HomeDocs
DocsCommunityTestimonialsUsersGitHubTwitterBlogJobsTermsPrivacyCookies
TermsPrivacyCookies
Hey! These docs are for version 2.8, which is no longer officially supported. Click here for the latest version, 2.15!

python-native-code

Options for building native code using Python, e.g. when resolving distributions.

Config section: [python-native-code]

Basic options

None

Advanced options

cpp_flags

--python-native-code-cpp-flags="['<str>', '<str>', ...]"
PANTS_PYTHON_NATIVE_CODE_CPP_FLAGS
default:
[
  "-I/usr/local/opt/openssl/include"
]

Override the CPPFLAGS environment variable for any forked subprocesses.


ld_flags

--python-native-code-ld-flags="['<str>', '<str>', ...]"
PANTS_PYTHON_NATIVE_CODE_LD_FLAGS
default:
[
  "-L/usr/local/opt/openssl/lib"
]

Override the LDFLAGS environment variable for any forked subprocesses.


Deprecated options

None