Skip to content

Commit e36800b

Browse files
committed
phpunit fix
1 parent 977fbaa commit e36800b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/env.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES="--with github.com/dunglas/frankenphp/cadd
5656

5757
[windows]
5858
; build target: win7-static
59-
SPC_TARGET=native
59+
SPC_TARGET=native-windows
6060
; php-sdk-binary-tools path
6161
PHP_SDK_PATH="${WORKING_DIR}\php-sdk-binary-tools"
6262
; upx executable path
@@ -124,7 +124,7 @@ SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS_PROGRAM="-all-static -Wl,-O1 -pie"
124124
[macos]
125125
; build target: macho or macho (possibly we could support macho-universal in the future)
126126
; Currently we do not support universal and cross-compilation for macOS.
127-
SPC_TARGET=native
127+
SPC_TARGET=native-macos
128128
; compiler environments
129129
CC=clang
130130
CXX=clang++

0 commit comments

Comments
 (0)