diff --git a/cpython-unix/build-cpython.sh b/cpython-unix/build-cpython.sh index 566700e0..7d79055a 100755 --- a/cpython-unix/build-cpython.sh +++ b/cpython-unix/build-cpython.sh @@ -401,8 +401,8 @@ if [ "${CC}" = "musl-clang" ]; then cp "$h" /tools/host/include/ done else - CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-shared" - PYBUILD_SHARED=1 + CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-shared=no" + PYBUILD_SHARED=0 fi if [ -n "${CPYTHON_DEBUG}" ]; then