This commit is contained in:
Aiden Foxx 2025-06-21 16:50:22 +01:00 committed by GitHub
commit ea37e3a3f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -2182,9 +2182,6 @@ elseif(WINDOWS)
enable_language(RC)
sdl_glob_sources(SHARED "${SDL3_SOURCE_DIR}/src/core/windows/*.rc")
if(MINGW OR CYGWIN)
sdl_pc_link_options("-mwindows")
endif()
elseif(APPLE)
# TODO: rework this all for proper macOS, iOS and Darwin support