diff options
author | iphydf <iphydf@users.noreply.github.com> | 2020-05-03 21:16:44 +0100 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2020-05-04 19:54:58 +0100 |
commit | 669ea8797ba7040d3bfbe1dfbf49e3222575d3a0 (patch) | |
tree | 9112f4b6a893bb18c720c1b13bd113cddb0e1eb3 /toxcore/Makefile.inc | |
parent | cc99ecd43a81cab0fba294a747658f0ea2c4bbe2 (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/Makefile.inc')
-rw-r--r-- | toxcore/Makefile.inc | 2 |
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 | ||
73 | libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \ | 73 | libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \ |
74 | $(NACL_OBJECTS) \ | 74 | $(NACL_OBJECTS) \ |
75 | $(NAC_LIBS) \ | 75 | $(NACL_LIBS) \ |
76 | $(PTHREAD_LIBS) | 76 | $(PTHREAD_LIBS) |
77 | 77 | ||
78 | if SET_SO_VERSION | 78 | if SET_SO_VERSION |