mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
This might fix the issue that someone reported about tox no longer
cross compiling for windows.
This commit is contained in:
parent
ba0f7974ba
commit
edd5ab3215
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user