From 293e124036a4ef6681a85dc620576eaf6c272b94 Mon Sep 17 00:00:00 2001 From: O01eg Date: Sun, 22 Dec 2024 21:09:22 +0400 Subject: [PATCH] Try to fix SDL link --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96388c5..a6ed7ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -398,6 +398,7 @@ ExternalProject_Add(sdl -DSDL_RENDER_D3D=OFF -DSDL_VULKAN=OFF -DSDL2_DISABLE_SDL2MAIN=ON + -DSDL_LIBC=ON ${SDL_CONFIGURE_FLAGS} INSTALL_DIR ${SDL_CONFIGURE_INSTALL_DIR} )