Re-enable C runtime with Mingw, and disable the problematic math test

This commit is contained in:
Sam Lantinga
2024-01-21 06:16:05 -08:00
parent 1f177be1e4
commit 8f20ef5b43
2 changed files with 2 additions and 3 deletions

View File

@@ -154,9 +154,6 @@ endif()
set(SDL_LIBC_DEFAULT ON)
set(SDL_SYSTEM_ICONV_DEFAULT ON)
if(WINDOWS)
if(MINGW)
set(SDL_LIBC_DEFAULT OFF)
endif()
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
endif()