diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-14 15:24:58 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-14 15:24:58 +0100 |
| commit | 60f41f0194041b4e319d30eca651649dc4b8fba2 (patch) | |
| tree | 712e50d33901dd040d0aa71414a8253b6e56ea08 | |
| parent | a8890ab657793e16f6c3cefdbc03cc87c21e1004 (diff) | |
| download | vis-60f41f0194041b4e319d30eca651649dc4b8fba2.tar.gz vis-60f41f0194041b4e319d30eca651649dc4b8fba2.tar.xz | |
travis: use apsolute paths for ${C,LD}FLAGS
This should fix build breakage of the test/util/keys utility.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0402ce5..57c2a2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then make local && make clean; fi - - ./configure CFLAGS=-Idependency/install/usr/include LDFLAGS=-Ldependency/install/usr/lib $CONFIG + - ./configure CFLAGS="-I$(pwd)/dependency/install/usr/include" LDFLAGS="-L$(pwd)/dependency/install/usr/lib" $CONFIG - make $TARGET - file vis - if [ "$TRAVIS_OS_NAME" = "osx" ]; then |
