summaryrefslogtreecommitdiff
path: root/infrastructure
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-12-13 23:48:35 +0000
commit23778339da4aee7c0f0cf90f6e51753523c62582 (patch)
treebaa46f4748207164b3082024a185be0047dbac04 /infrastructure
parent8d8f08044de661651e8e8df6f1a1100a54e3746f (diff)
We still need to manually tell Configure to link ws2_32 as well as gdi32.
Diffstat (limited to 'infrastructure')
-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