mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix typo: NAC_LIBS
-> NACL_LIBS
.
This is working, so probably `NACL_LIBS` is entirely useless, but I can't be bothered to figure out what this was supposed to be, so here we are.
This commit is contained in:
parent
cc99ecd43a
commit
669ea8797b
|
@ -72,7 +72,7 @@ libtoxcore_la_LDFLAGS = $(LT_LDFLAGS) \
|
|||
|
||||
libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \
|
||||
$(NACL_OBJECTS) \
|
||||
$(NAC_LIBS) \
|
||||
$(NACL_LIBS) \
|
||||
$(PTHREAD_LIBS)
|
||||
|
||||
if SET_SO_VERSION
|
||||
|
|
|
@ -42,7 +42,7 @@ libtoxencryptsave_la_LDFLAGS = $(LT_LDFLAGS) \
|
|||
|
||||
libtoxencryptsave_la_LIBADD = $(LIBSODIUM_LIBS) \
|
||||
$(NACL_OBJECTS) \
|
||||
$(NAC_LIBS) \
|
||||
$(NACL_LIBS) \
|
||||
$(PTHREAD_LIBS) \
|
||||
libtoxcore.la
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user