Explorar o código

cmake: don't add -mwindows to link flags in sdl2.pc

Anonymous Maarten %!s(int64=3) %!d(string=hai) anos
pai
achega
d211aaddc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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" "-mwindows")
+    list(INSERT SDL_LIBS 0 "-lmingw32")
   endif()
 
 elseif(APPLE)