Skip to content

Commit 4bcd6e8

Browse files
authored
gamecore and arm to use dummy datapath for raw (#3872)
1 parent ae3db5c commit 4bcd6e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(SOURCES crypt.c hashtable.c pcp.c platform_worker.c toeplitz.c)
1313

1414
if("${CX_PLATFORM}" STREQUAL "windows")
1515
set(SOURCES ${SOURCES} platform_winuser.c storage_winuser.c datapath_win.c datapath_winuser.c)
16-
if(QUIC_UWP_BUILD)
16+
if(QUIC_UWP_BUILD OR QUIC_GAMECORE_BUILD OR CMAKE_SYSTEM_PROCESSOR STREQUAL arm)
1717
set(SOURCES ${SOURCES} datapath_raw_dummy.c)
1818
else()
1919
set(SOURCES ${SOURCES} datapath_raw_win.c datapath_raw_socket.c datapath_raw_socket_win.c datapath_raw_xdp_win.c)

0 commit comments

Comments
 (0)