From edd5ab32154918728b2fb085a51a18266d8d0429 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 2 Jun 2014 20:19:40 -0400 Subject: This might fix the issue that someone reported about tox no longer cross compiling for windows. --- toxav/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toxav') diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc index 65098f1f..50e2564c 100644 --- a/toxav/Makefile.inc +++ b/toxav/Makefile.inc @@ -26,7 +26,8 @@ libtoxav_la_CFLAGS = -I../toxcore \ libtoxav_la_LDFLAGS = $(TOXAV_LT_LDFLAGS) \ $(LIBSODIUM_LDFLAGS) \ $(NACL_LDFLAGS) \ - $(EXTRA_LT_LDFLAGS) + $(EXTRA_LT_LDFLAGS) \ + $(WINSOCK2_LIBS) libtoxav_la_LIBADD = libtoxcore.la \ $(LIBSODIUM_LIBS) \ -- cgit v1.2.3