]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
More open bugs in SDL2 2.0.3.
authorRudolf Polzer <divverent@xonotic.org>
Wed, 27 Aug 2014 08:31:35 +0000 (10:31 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 27 Aug 2014 08:31:35 +0000 (10:31 +0200)
misc/builddeps/win64/sdl/bin/sdl2-config

index ed14610734b2a571ae0827d4da98c31317929851..5ff5636d035e309674884b06f816a5dc51c8978f 100755 (executable)
@@ -49,7 +49,7 @@ while test $# -gt 0; do
 #     ;;
 #   --static-libs)
     --libs|--static-libs)
-      echo -L${exec_prefix}/lib  -lmingw32 -lSDL2main -lSDL2  -mwindows  -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc
+      echo -L${exec_prefix}/lib  -lmingw32 -lSDL2main -lSDL2  -mwindows  -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -static-libgcc
       ;;
     *)
       echo "${usage}" 1>&2