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 4913069 commit 56b5f5dCopy full SHA for 56b5f5d
cpython-unix/build-ncurses.sh
@@ -16,7 +16,7 @@ tar -xf ncurses-${NCURSES_VERSION}.tar.gz
16
# ncurses version. Our workaround is to build ncurses for the host when
17
# cross-compiling then make its `tic` available to the target ncurses
18
# build.
19
-if [ "${BUILD_TRIPLE}" != "${TARGET_TRIPLE}" ]; then
+if [[ "${BUILD_TRIPLE}" != "${TARGET_TRIPLE}" && "${PYBUILD_PLATFORM}" != "macos" ]]; then
20
echo "building host ncurses to provide modern tic for cross-compile"
21
22
pushd ncurses-${NCURSES_VERSION}
0 commit comments