We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e0f3a6 + b156be2 commit 7475265Copy full SHA for 7475265
configure.ac
@@ -184,7 +184,7 @@ function buildSDL() {
184
PACKAGE_CFLAGS="${PACKAGE_CFLAGS} -mms-bitfields"
185
PACKAGE_LIBS="${PACKAGE_LIBS} -lwsock32 -lws2_32 -static-libgcc -static-libstdc++"
186
PACKAGE_LIBS="${PACKAGE_LIBS} -Wl,-Bstatic -Wl,-Map=output.map"
187
- PACKAGE_LIBS="${PACKAGE_LIBS} `sdl2-config --static-libs` `pkg-config freetype2 --libs`"
+ PACKAGE_LIBS="${PACKAGE_LIBS} `sdl2-config --static-libs` `pkg-config freetype2 --libs --static`"
188
AC_DEFINE(_Win32, 1, [Windows build])
189
;;
190
0 commit comments