mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library.
This commit is contained in:
parent
3df67bc6aa
commit
a77dacbdf0
|
@ -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