Skip to content

Commit

Permalink
Fix typo: NAC_LIBS -> NACL_LIBS.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
iphydf committed May 4, 2020
1 parent cc99ecd commit 669ea87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toxcore/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion toxencryptsave/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ libtoxencryptsave_la_LDFLAGS = $(LT_LDFLAGS) \

libtoxencryptsave_la_LIBADD = $(LIBSODIUM_LIBS) \
$(NACL_OBJECTS) \
$(NAC_LIBS) \
$(NACL_LIBS) \
$(PTHREAD_LIBS) \
libtoxcore.la

Expand Down

0 comments on commit 669ea87

Please sign in to comment.