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 9c669d6 commit 4165e73Copy full SHA for 4165e73
cpython-unix/build-ncurses.sh
@@ -43,7 +43,7 @@ CONFIGURE_FLAGS="
43
--enable-widec"
44
45
# ncurses wants --with-build-cc when cross-compiling.
46
-if [ "${BUILD_TRIPLE}" != "${TARGET_TRIPLE}" ]; then
+if [[ "${BUILD_TRIPLE}" != "${TARGET_TRIPLE}" && "${PYBUILD_PLATFORM}" != "macos" ]]; then
47
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --with-build-cc=${TOOLS_PATH}/${TOOLCHAIN}/bin/clang"
48
fi
49
0 commit comments