Skip to content

Commit 51e23d2

Browse files
committed
remove w32 patches (other branch isn't merged yet)
1 parent 44c6d62 commit 51e23d2

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
@@ -91,7 +91,7 @@ SPC_EXTRA_LIBS=
9191
; upx executable path
9292
UPX_EXEC=${PKG_ROOT_PATH}/bin/upx
9393
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches
94-
SPC_MICRO_PATCHES=static_extensions_win32,cli_checks,disable_huge_page,vcruntime140,win32,zend_stream
94+
SPC_MICRO_PATCHES=cli_checks,disable_huge_page
9595

9696
; *** default build command for building php ***
9797
; buildconf command
@@ -134,7 +134,7 @@ SPC_DEFAULT_CXX_FLAGS="--target=${MAC_ARCH}-apple-darwin -Os"
134134
; extra libs for building php executable, used in `make` command for building php (this value may changed by extension build process, space separated)
135135
SPC_EXTRA_LIBS=
136136
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches
137-
SPC_MICRO_PATCHES=static_extensions_win32,cli_checks,disable_huge_page,vcruntime140,win32,zend_stream,macos_iconv
137+
SPC_MICRO_PATCHES=cli_checks,disable_huge_page
138138

139139
; *** default build command for building php ***
140140
; buildconf command

0 commit comments

Comments
 (0)