diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6fefe06617a..c69f322d7b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -668,6 +668,8 @@ script: # https://lists.freedesktop.org/archives/mesa-dev/2017-December/180217.html test -f /usr/bin/$LLVM_CONFIG && ln -s /usr/bin/$LLVM_CONFIG $HOME/prefix/bin/llvm-config + $LLVM_CONFIG --version + export CFLAGS="$CFLAGS -isystem`pwd`" meson _build $MESON_OPTIONS meson configure _build |