mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed building with NaCl.
This commit is contained in:
parent
c16928c4aa
commit
45d122e2cb
|
@ -14,6 +14,7 @@ AUTOTEST_LDADD = \
|
||||||
$(NACL_LDFLAGS) \
|
$(NACL_LDFLAGS) \
|
||||||
libtoxcore.la \
|
libtoxcore.la \
|
||||||
$(LIBSODIUM_LIBS) \
|
$(LIBSODIUM_LIBS) \
|
||||||
|
$(NACL_OBJECTS) \
|
||||||
$(NACL_LIBS) \
|
$(NACL_LIBS) \
|
||||||
$(CHECK_LIBS)
|
$(CHECK_LIBS)
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,7 @@ phone_LDADD = libtoxav.la \
|
||||||
$(OPUS_LIBS) \
|
$(OPUS_LIBS) \
|
||||||
$(VPX_LIBS)\
|
$(VPX_LIBS)\
|
||||||
$(PTHREAD_LIBS)\
|
$(PTHREAD_LIBS)\
|
||||||
|
$(NACL_OBJECTS) \
|
||||||
$(NACL_LIBS)
|
$(NACL_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user