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 977fbaa commit e36800bCopy full SHA for e36800b
config/env.ini
@@ -56,7 +56,7 @@ SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES="--with github.com/dunglas/frankenphp/cadd
56
57
[windows]
58
; build target: win7-static
59
-SPC_TARGET=native
+SPC_TARGET=native-windows
60
; php-sdk-binary-tools path
61
PHP_SDK_PATH="${WORKING_DIR}\php-sdk-binary-tools"
62
; upx executable path
@@ -124,7 +124,7 @@ SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS_PROGRAM="-all-static -Wl,-O1 -pie"
124
[macos]
125
; build target: macho or macho (possibly we could support macho-universal in the future)
126
; Currently we do not support universal and cross-compilation for macOS.
127
+SPC_TARGET=native-macos
128
; compiler environments
129
CC=clang
130
CXX=clang++
0 commit comments