Skip to content

Commit

Permalink
WIP [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Dec 21, 2024
1 parent 9a2db60 commit 5bdbc03
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ports/msquic/uwp-winmm.diff
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,23 @@ index 4a573ae..6fb5887 100644
elseif(QUIC_LINUX_XDP_ENABLED)
find_library(NL_LIB nl-3)
find_library(NL_ROUTE_LIB nl-route-3)
diff --git a/submodules/CMakeLists.txt b/submodules/CMakeLists.txt
index 4bf8117..4468b19 100644
--- a/submodules/CMakeLists.txt
+++ b/submodules/CMakeLists.txt
@@ -59,13 +59,13 @@ if (WIN32)
if (QUIC_UWP_BUILD)
# Translate target architecture into corresponding OpenSSL build flag
if (${SYSTEM_PROCESSOR} STREQUAL "arm64")
- set(QUIC_OPENSSL_WIN_ARCH "VC-WIN64-ARM")
+ set(QUIC_OPENSSL_WIN_ARCH "VC-WIN64-ARM-UWP")
elseif (${SYSTEM_PROCESSOR} STREQUAL "arm")
set(QUIC_OPENSSL_WIN_ARCH "VC-WIN32-ARM")
elseif (${SYSTEM_PROCESSOR} STREQUAL "win32")
set(QUIC_OPENSSL_WIN_ARCH "VC-WIN32-ONECORE")
elseif (${SYSTEM_PROCESSOR} STREQUAL "x64" OR ${SYSTEM_PROCESSOR} STREQUAL "amd64")
- set(QUIC_OPENSSL_WIN_ARCH "VC-WIN64A-ONECORE")
+ set(QUIC_OPENSSL_WIN_ARCH "VC-WIN64A-UWP")
else()
message(FATAL_ERROR "Unknown Generator Platform ${SYSTEM_PROCESSOR}")
endif()

0 comments on commit 5bdbc03

Please sign in to comment.