mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
--enable-shared by default on non-mac systems
This commit is contained in:
parent
73dc5547fc
commit
b3d52b05d2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue