This might fix the issue that someone reported about tox no longer

cross compiling for windows.
This commit is contained in:
irungentoo 2014-06-02 20:19:40 -04:00
parent ba0f7974ba
commit edd5ab3215
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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) \