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 25a07d3 commit 055ae96Copy full SHA for 055ae96
cpython-unix/build-ncurses.sh
@@ -22,6 +22,10 @@ if [[ "${BUILD_TRIPLE}" != "${TARGET_TRIPLE}" && "${PYBUILD_PLATFORM}" != "macos
22
OLD_CC=${CC}
23
unset CC
24
25
+ if [ -e "${TOOLS_PATH}/${TOOLCHAIN}/bin/clang" ]; then
26
+ export CC="${TOOLS_PATH}/${TOOLCHAIN}/bin/clang"
27
+ fi
28
+
29
pushd ncurses-${NCURSES_VERSION}
30
./configure --prefix=${TOOLS_PATH}/host --without-cxx --without-tests --without-manpages --enable-widec
31
make -j ${NUM_CPUS}
0 commit comments