Emegency fix env.ini

This commit is contained in:
crazywhalecc 2025-03-11 13:33:03 +08:00
parent 5caaa4d1d4
commit 89e8c152dc
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -80,7 +80,7 @@ SPC_CMD_PREFIX_PHP_CONFIGURE="${SPC_PHP_DEFAULT_LD_LIBRARY_PATH_CMD} ./configure
; make command
SPC_CMD_PREFIX_PHP_MAKE="make -j${CPU_COUNT}"
; embed type for php, static (libphp.a) or shared (libphp.so)
SPC_CMD_VAR_PHP_EMBED_TYPE="shared"
SPC_CMD_VAR_PHP_EMBED_TYPE="static"
; *** default build vars for building php ***
; CFLAGS for configuring php