summaryrefslogtreecommitdiff
path: root/other/travis/autotools-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/autotools-script')
-rwxr-xr-xother/travis/autotools-script5
1 files changed, 3 insertions, 2 deletions
diff --git a/other/travis/autotools-script b/other/travis/autotools-script
index 7d04c968..3ab598c0 100755
--- a/other/travis/autotools-script
+++ b/other/travis/autotools-script
@@ -3,8 +3,9 @@
3# Build toxcore and run tests. 3# Build toxcore and run tests.
4./autogen.sh 4./autogen.sh
5./configure \ 5./configure \
6 --with-libsodium-libs=$CACHE_DIR/lib \ 6 --with-nacl-libs=$CACHE_DIR/lib/amd64 \
7 --with-libsodium-headers=$CACHE_DIR/include \ 7 --with-nacl-headers=$CACHE_DIR/include/amd64 \
8 --enable-nacl \
8 --enable-daemon \ 9 --enable-daemon \
9 --enable-logging \ 10 --enable-logging \
10 --enable-ntox \ 11 --enable-ntox \