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.
1 parent e4ab832 commit b156be2Copy full SHA for b156be2
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 -libs -static freetype2`"
+ 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