We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8096a commit 83d2f3eCopy full SHA for 83d2f3e
3rdparty/CMakeLists.txt
@@ -26,6 +26,7 @@ if(XASH_SDL)
26
add_definitions(-D_ftol2_sse=SDL_ftol2_sse) # fix x86 compile
27
endif()
28
set(DIRECTX OFF CACHE BOOL "" FORCE) # win10 arm dont have dx8
29
+ set(LIBC ON CACHE BOOL "" FORCE) # win10 arm dont have dx8
30
add_subdirectory(SDL2 EXCLUDE_FROM_ALL)
31
target_link_libraries(sdl2 INTERFACE SDL2-static)
32
0 commit comments