summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-05-03 21:16:44 +0100
committeriphydf <iphydf@users.noreply.github.com>2020-05-04 19:54:58 +0100
commit669ea8797ba7040d3bfbe1dfbf49e3222575d3a0 (patch)
tree9112f4b6a893bb18c720c1b13bd113cddb0e1eb3 /toxcore
parentcc99ecd43a81cab0fba294a747658f0ea2c4bbe2 (diff)
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.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index be0c243c..bcf6781a 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -72,7 +72,7 @@ libtoxcore_la_LDFLAGS = $(LT_LDFLAGS) \
72 72
73libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \ 73libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \
74 $(NACL_OBJECTS) \ 74 $(NACL_OBJECTS) \
75 $(NAC_LIBS) \ 75 $(NACL_LIBS) \
76 $(PTHREAD_LIBS) 76 $(PTHREAD_LIBS)
77 77
78if SET_SO_VERSION 78if SET_SO_VERSION