From 861489a9732a5709e1fa4104d247e51bfd967192 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 1 Apr 2012 09:19:46 +0000 Subject: [PATCH] Fixing mingw-cross-env build. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 21c6524e..ff25d8a2 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -348,7 +348,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib LIBS += -lsqlite3 - LIBS += -lntlm -lmikmod -lddraw -ldxguid -lsmpeg -lvorbisfile -lvorbis -logg + LIBS += -lntlm -lmikmod -lpthread -lddraw -ldxguid -lsmpeg -lvorbisfile -lvorbis -logg LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt