1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

--enable-shared by default on non-mac systems

This commit is contained in:
Anton Petrov
2022-12-08 12:17:53 +03:00
parent 73dc5547fc
commit b3d52b05d2

View File

@@ -806,6 +806,9 @@ build_package_standard_build() {
use_homebrew_zlib || true use_homebrew_zlib || true
fi fi
use_dsymutil || true use_dsymutil || true
if ! is_mac; then
build_package_enable_shared || true
fi
fi fi
( if [ "${CFLAGS+defined}" ] || [ "${!PACKAGE_CFLAGS+defined}" ]; then ( if [ "${CFLAGS+defined}" ] || [ "${!PACKAGE_CFLAGS+defined}" ]; then