mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
70475d281d
From what I see there is a difference between *BSD and Linux when linking vs. toxcore which has been bulit vs. the NaCl library: on Linux it only links if NaCl's object files (i.e. randombytes.o) is present in the linker options, however on *BSD systems this will cause a linking error, see: https://github.com/Tox/toxic/issues/31#issuecomment-38224441 This commit makes sure that we do not add the NaCl object files to our pkg-config settings on *BSD, but do add them on Linux. |
||
---|---|---|
.. | ||
crypto_speed_test.c | ||
DHT_test.c | ||
Lossless_UDP_testclient.c | ||
Lossless_UDP_testserver.c | ||
Makefile.inc | ||
Messenger_test.c | ||
misc_tools.c | ||
nTox.c | ||
nTox.h | ||
nToxAudio.h | ||
tox_sync.c |