We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b292b16 commit 58a38b4Copy full SHA for 58a38b4
cpython-unix/build-cpython.sh
@@ -128,8 +128,8 @@ EOF
128
# Adding /usr paths on Linux is a bit funky. This is a side-effect or our
129
# custom Clang purposefully omitting default system search paths to help
130
# prevent unwanted dependencies from sneaking in.
131
- case "${TARGET_TRIPLE}" in
132
- i686-unknown-linux-gnu)
+ case "${BUILD_TRIPLE}" in
+ x86_64-unknown-linux-gnu)
133
EXTRA_HOST_CFLAGS="${EXTRA_HOST_CFLAGS} -I/usr/include/x86_64-linux-gnu"
134
EXTRA_HOST_CPPFLAGS="${EXTRA_HOST_CPPFLAGS} -I/usr/include/x86_64-linux-gnu"
135
EXTRA_HOST_LDFLAGS="${EXTRA_HOST_LDFLAGS} -L/usr/lib/x86_64-linux-gnu"
0 commit comments