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 23456cb commit 54f1132Copy full SHA for 54f1132
cpython-unix/build-cpython.sh
@@ -387,7 +387,7 @@ if [[ "${PYBUILD_PLATFORM}" != macos* ]]; then
387
else
388
patch -p1 -i "${ROOT}/patch-python-configure-add-enable-static-libpython-for-interpreter-${PYTHON_MAJMIN_VERSION}.patch"
389
fi
390
- CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-static-libpython-for-interpreter"
+ #CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-static-libpython-for-interpreter"
391
392
393
if [ "${CC}" = "musl-clang" ]; then
0 commit comments