diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0aedc45..084961c 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -26,7 +26,7 @@ before_script: | |||
26 | - sudo ldconfig | 26 | - sudo ldconfig |
27 | 27 | ||
28 | script: | 28 | script: |
29 | - make tuntox_static | 29 | - make tuntox_static TOXCORE_STATIC_LIB=/usr/local/lib/libtoxcore.a SODIUM_STATIC_LIB=/usr/local/lib/libsodium.a |
30 | - make cscope.out | 30 | - make cscope.out |
31 | 31 | ||
32 | env: | 32 | env: |