You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(STATUS"quiche not found - WebTransport disabled. Run 'node scripts/download-deps.mjs --only quiche' to enable.")
894
-
elseif(MYSTRAL_USE_QUICHE AND (IOSORANDROID))
895
-
message(STATUS"quiche on mobile: libquiche prebuilt available but WebTransport stays disabled until libuv lands on mobile (see docs/realtimecommunication.md).")
910
+
message(STATUS"quiche not found at ${QUICHE_LIB_PATH} - WebTransport disabled (stub).")
911
+
message(STATUS" Run 'node scripts/download-deps.mjs --only quiche' (desktop) or '--ios' / '--android' (mobile) to enable.")
896
912
endif()
897
913
endif()
898
914
@@ -1320,6 +1336,9 @@ if(TARGET quiche::quiche)
1320
1336
"-framework Security"
1321
1337
"-framework CoreFoundation"
1322
1338
"-framework SystemConfiguration")
1339
+
elseif(WIN32)
1340
+
# Sockets (WebTransport UDP) + system libs required by BoringSSL on Windows.
0 commit comments