Skip to content

Commit 852a043

Browse files
committed
Disable openssl for ngtcp2 temporarily
1 parent d316ea8 commit 852a043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Package/Library/ngtcp2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function buildWin(LibraryPackage $lib): void
2424
'-DBUILD_SHARED_LIBS=OFF',
2525
'-DENABLE_STATIC_CRT=ON',
2626
'-DENABLE_LIB_ONLY=ON',
27-
'-DENABLE_OPENSSL=ON',
27+
'-DENABLE_OPENSSL=OFF',
2828
)
2929
->build();
3030
}

0 commit comments

Comments
 (0)