File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050:: Build & Install nghttp3
5151pushd " %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"
5353cmake --build " %build% \nghttp3" --config %configuration% --target install
5454popd
5555
6161
6262:: Build & Install ngtcp2
6363pushd " %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"
6767cmake --build " %build% \ngtcp2" --config %configuration% --target install
You can’t perform that action at this time.
0 commit comments