Skip to content

Commit 968c3ae

Browse files
committed
Fix cmake args
1 parent de64653 commit 968c3ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

win/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ popd
4949

5050
:: Build & Install nghttp3
5151
pushd "%deps%\nghttp3"
52-
cmake %cmake_common_args% -DENABLE_SHARED_LIB=OFF -DENABLE_STATIC_LIB=ON -DENABLE_LIB_ONLY -S . -B "%build%\nghttp3"
52+
cmake %cmake_common_args% -DENABLE_SHARED_LIB=OFF -DENABLE_STATIC_LIB=ON -DENABLE_LIB_ONLY=ON -S . -B "%build%\nghttp3"
5353
cmake --build "%build%\nghttp3" --config %configuration% --target install
5454
popd
5555

@@ -61,7 +61,7 @@ popd
6161

6262
:: Build & Install ngtcp2
6363
pushd "%deps%\ngtcp2"
64-
cmake %cmake_common_args% -DENABLE_SHARED_LIB=OFF -DENABLE_STATIC_LIB=ON -DENABLE_LIB_ONLY^
64+
cmake %cmake_common_args% -DENABLE_SHARED_LIB=OFF -DENABLE_STATIC_LIB=ON -DENABLE_LIB_ONLY=ON^
6565
-DENABLEBORINGSSL=ON -DENABLE_OPENSSL=OFF^
6666
-S . -B "%build%\ngtcp2"
6767
cmake --build "%build%\ngtcp2" --config %configuration% --target install

0 commit comments

Comments
 (0)