mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 21:31:35 +00:00
Revert "cmake: don't add -mwindows to link flags in sdl2.pc"
This reverts commit d211aaddc1edaad0e7d461d6837f3f1d2f9f4b41.
This commit is contained in:
parent
2fdedd17be
commit
fc2497b109
@ -1895,7 +1895,7 @@ elseif(WINDOWS)
|
||||
list(APPEND SDL_CFLAGS "-Dmain=SDL_main")
|
||||
list(INSERT SDL_LIBS 0 "-lSDL2main")
|
||||
endif(NOT SDL2_DISABLE_SDL2MAIN)
|
||||
list(INSERT SDL_LIBS 0 "-lmingw32")
|
||||
list(INSERT SDL_LIBS 0 "-lmingw32" "-mwindows")
|
||||
endif()
|
||||
|
||||
elseif(APPLE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user