--enable-shared by default on non-mac systems
This commit is contained in:
parent
73dc5547fc
commit
b3d52b05d2
@ -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…
x
Reference in New Issue
Block a user