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:
iphydf
2020-05-04 19:54:58 +01:00
parent cc99ecd43a
commit 669ea8797b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -42,7 +42,7 @@ libtoxencryptsave_la_LDFLAGS = $(LT_LDFLAGS) \
libtoxencryptsave_la_LIBADD = $(LIBSODIUM_LIBS) \
$(NACL_OBJECTS) \
$(NAC_LIBS) \
$(NACL_LIBS) \
$(PTHREAD_LIBS) \
libtoxcore.la