mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
don't upx pack on macos (#2003)
This commit is contained in:
@@ -182,7 +182,7 @@ if [ -n "${EMBED}" ] && [ -d "${EMBED}" ]; then
|
||||
fi
|
||||
|
||||
SPC_OPT_INSTALL_ARGS="go-xcaddy"
|
||||
if [ -z "${DEBUG_SYMBOLS}" ] && [ -z "${NO_COMPRESS}" ]; then
|
||||
if [ -z "${DEBUG_SYMBOLS}" ] && [ -z "${NO_COMPRESS}" ] && [ "${os}" = "linux" ]; then
|
||||
SPC_OPT_BUILD_ARGS="${SPC_OPT_BUILD_ARGS} --with-upx-pack"
|
||||
SPC_OPT_INSTALL_ARGS="${SPC_OPT_INSTALL_ARGS} upx"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user