summaryrefslogtreecommitdiff
path: root/infrastructure/mingw/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/mingw/configure.sh')
-rwxr-xr-xinfrastructure/mingw/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/mingw/configure.sh b/infrastructure/mingw/configure.sh
index 80af8ca6..98c0cb49 100755
--- a/infrastructure/mingw/configure.sh
+++ b/infrastructure/mingw/configure.sh
@@ -36,7 +36,7 @@ if ! ./configure "$@" --host=$target \
CFLAGS="-mthreads" \
CXXFLAGS="-mthreads" \
LDFLAGS="-Wl,-Bstatic -mthreads -L${LIBZ_PATH}" \
- LIBS="-lgdi32"
+ LIBS="-lws2_32 -lgdi32"
then
echo "Error: configure failed, aborting." >&2
exit 1