Skip to content

Commit 7475265

Browse files
authored
Merge pull request #204 from iahung3/master
Update configure.ac
2 parents 6e0f3a6 + b156be2 commit 7475265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function buildSDL() {
184184
PACKAGE_CFLAGS="${PACKAGE_CFLAGS} -mms-bitfields"
185185
PACKAGE_LIBS="${PACKAGE_LIBS} -lwsock32 -lws2_32 -static-libgcc -static-libstdc++"
186186
PACKAGE_LIBS="${PACKAGE_LIBS} -Wl,-Bstatic -Wl,-Map=output.map"
187-
PACKAGE_LIBS="${PACKAGE_LIBS} `sdl2-config --static-libs` `pkg-config freetype2 --libs`"
187+
PACKAGE_LIBS="${PACKAGE_LIBS} `sdl2-config --static-libs` `pkg-config freetype2 --libs --static`"
188188
AC_DEFINE(_Win32, 1, [Windows build])
189189
;;
190190

0 commit comments

Comments
 (0)