mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #736 from exonity/master
Problem with libtoxcore_la_LDADD in toxcore/Makefile.inc
This commit is contained in:
commit
34a5fc8b47
|
@ -48,5 +48,5 @@ libtoxcore_la_LDFLAGS = $(TOXCORE_LT_LDFLAGS) \
|
|||
$(NACL_LDFLAGS) \
|
||||
$(WINSOCK2_LIBS)
|
||||
|
||||
libtoxcore_la_LIBS = $(LIBSODIUM_LIBS) \
|
||||
libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \
|
||||
$(NAC_LIBS)
|
||||
|
|
Loading…
Reference in New Issue
Block a user