summaryrefslogtreecommitdiff
path: root/infrastructure/mingw/configure.sh
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 23:28:38 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 23:28:38 +0000
commit99a74b2efb378298ee45447b06e6201978259fed (patch)
treeb7521d3086e0972422397a2f8f66b5626baa050d /infrastructure/mingw/configure.sh
parent4ca8ef1e8bf387389f8904fca3e3bcec49578b9e (diff)
We still need to manually tell Configure to link ws2_32 as well as gdi32.
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