Skip to content

Commit a38dc6f

Browse files
committed
merge code
2 parents 475d687 + cb98123 commit a38dc6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sapi/scripts/msys2/config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ __PROJECT__=$(
1212
cd ${__PROJECT__}
1313

1414
OPTIONS=''
15-
OPTIONS+=' --enable-swoole-thread '
16-
OPTIONS+=' --enable-brotli '
17-
OPTIONS+=' --enable-zstd '
1815
OPTIONS+=' --enable-zts '
1916
OPTIONS+=' --disable-opcache-jit '
2017

@@ -83,6 +80,9 @@ test -f Makefile && make clean
8380
--enable-swoole --enable-sockets --enable-mysqlnd --enable-swoole-curl --enable-cares \
8481
--enable-swoole-sqlite \
8582
--enable-swoole-pgsql \
83+
--enable-swoole-thread \
84+
--enable-brotli \
85+
--enable-zstd \
8686
--enable-swoole-stdext \
8787
--enable-redis \
8888
--enable-opcache \

0 commit comments

Comments
 (0)