Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 24, 2024
1 parent 1f34b95 commit 2c5c444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configure.bat ^
--with-openssl=static ^
--enable-tokenizer ^
--with-extra-includes="%__PROJECT__%\build\openssl\include\;%__PROJECT__%\build\zlib\include" ^
--with-extra-libs="%__PROJECT__%\build\openssl\lib\;%__PROJECT__%\build\zlib\lib"
--with-extra-libs="%__PROJECT__%\build\openssl\lib\libcrypto.lib;%__PROJECT__%\build\openssl\lib\libssl.lib;%__PROJECT__%\build\zlib\lib\zlibstatic.lib"

:: --enable-redis ^
:: --enable-phar-native-ssl
Expand Down

0 comments on commit 2c5c444

Please sign in to comment.