summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-06 13:32:36 +0100
committerEmil Velikov <[email protected]>2017-04-29 13:34:53 +0100
commitcb820daa3ff2dcd697144150e2a9daf1a8898117 (patch)
tree9698c8fca6b4825384fa9a38f0d82c5f9f698b76
parent52d69c2e8dad338a8ad39d9e3fb09d6deaf40e95 (diff)
travis: explicitly LD_LIBRARY_PATH the local libraries
Some of the libraries may be dlopened, which may not always work due to the non-standard prefix that we're using. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d6e44cc419..49158a09fce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,7 @@ env:
- LLVM_PACKAGE="llvm-${LLVM_VERSION} llvm-${LLVM_VERSION}-dev"
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig
+ - LD_LIBRARY_PATH="$HOME/prefix/lib:$LD_LIBRARY_PATH"
- MAKEFLAGS=-j2
matrix:
- BUILD=make