Skip to content

Commit 89e8c15

Browse files
committed
Emegency fix env.ini
1 parent 5caaa4d commit 89e8c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/env.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SPC_CMD_PREFIX_PHP_CONFIGURE="${SPC_PHP_DEFAULT_LD_LIBRARY_PATH_CMD} ./configure
8080
; make command
8181
SPC_CMD_PREFIX_PHP_MAKE="make -j${CPU_COUNT}"
8282
; embed type for php, static (libphp.a) or shared (libphp.so)
83-
SPC_CMD_VAR_PHP_EMBED_TYPE="shared"
83+
SPC_CMD_VAR_PHP_EMBED_TYPE="static"
8484

8585
; *** default build vars for building php ***
8686
; CFLAGS for configuring php

0 commit comments

Comments
 (0)