mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix win32 mingw native build
toxdns was not linking because of references to functions in crypto_core
This commit is contained in:
parent
72858076f5
commit
8fd457c67f
|
@ -25,4 +25,5 @@ libtoxdns_la_LDFLAGS = $(TOXCORE_LT_LDFLAGS) \
|
|||
libtoxdns_la_LIBADD = $(LIBSODIUM_LIBS) \
|
||||
$(NACL_OBJECTS) \
|
||||
$(NAC_LIBS) \
|
||||
$(PTHREAD_LIBS)
|
||||
$(PTHREAD_LIBS) \
|
||||
libtoxcore.la
|
||||
|
|
Loading…
Reference in New Issue
Block a user