Skip to content

Commit 3ded988

Browse files
committed
Disable openssl for ngtcp2 temporarily
1 parent 08a6bf3 commit 3ded988

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SPC/builder/windows/library/ngtcp2.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected function build(): void
2929
'-DBUILD_SHARED_LIBS=OFF ' .
3030
'-DENABLE_STATIC_CRT=ON ' .
3131
'-DENABLE_LIB_ONLY=ON ' .
32+
'-DENABLE_OPENSSL=OFF ' .
3233
'-DCMAKE_INSTALL_PREFIX=' . BUILD_ROOT_PATH . ' '
3334
)
3435
->execWithWrapper(

0 commit comments

Comments
 (0)