--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
No known key found for this signature in database

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