This commit is contained in:
Aiden Foxx 2026-06-05 19:42:59 +08:00 committed by GitHub
commit 92e4f29487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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