We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdfef5 commit 70df750Copy full SHA for 70df750
config/env.ini
@@ -142,6 +142,8 @@ SPC_CMD_PREFIX_PHP_CONFIGURE="./configure --prefix= --with-valgrind=no --enable-
142
SPC_CMD_VAR_PHP_EMBED_TYPE="static"
143
; EXTRA_CFLAGS for `configure` and `make` php
144
SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS="-g -fstack-protector-strong -fpic -fpie -Werror=unknown-warning-option ${SPC_DEFAULT_C_FLAGS}"
145
+; minimum compatible macOS version (LLVM vars, availability not guaranteed)
146
+MACOSX_DEPLOYMENT_TARGET=12.0
147
148
[freebsd]
149
; compiler environments
0 commit comments