Add mbregex support for windows (#351)

* add mbregex support for windows

* cs fix

* fix curl http2 support
This commit is contained in:
Jerry Ma
2024-02-23 11:41:35 +08:00
committed by GitHub
parent 4ab7b6bfdc
commit df0e37cd0f
6 changed files with 56 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ class curl extends WindowsLibraryBase
'-DUSE_ZLIB=ON ' .
'-DCURL_USE_OPENSSL=ON ' .
'-DCURL_USE_LIBLSSH2=ON ' .
'-DUSE_NGHTTP2=ON ' . // php-src with curl needs nghttp2
'-DCMAKE_INSTALL_PREFIX=' . BUILD_ROOT_PATH . ' '
)
->execWithWrapper(