Disable openssl for ngtcp2 temporarily

This commit is contained in:
crazywhalecc
2026-04-03 11:03:22 +08:00
parent d316ea81e4
commit 852a0437bd

View File

@@ -24,7 +24,7 @@ class ngtcp2
'-DBUILD_SHARED_LIBS=OFF',
'-DENABLE_STATIC_CRT=ON',
'-DENABLE_LIB_ONLY=ON',
'-DENABLE_OPENSSL=ON',
'-DENABLE_OPENSSL=OFF',
)
->build();
}