From ce396cc98279b99ac6b67f8e15c09ae059241843 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 6 Jan 2015 16:07:16 +0100 Subject: [PATCH] add -L/lib to mingw compilation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e254f8810..218862508 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ case $target in *mingw*) CFLAGS="$CFLAGS -DORTP_STATIC -D_WIN32_WINNT=0x0501 " CXXFLAGS="$CXXFLAGS -DORTP_STATIC -D_WIN32_WINNT=0x0501" - LIBS="$LIBS -lws2_32" + LIBS="$LIBS -L/lib -lws2_32" GUI_FLAGS="-mwindows" CONSOLE_FLAGS="-mconsole" mingw_found=yes