From: Emil Velikov Date: Thu, 6 Apr 2017 12:32:36 +0000 (+0100) Subject: travis: explicitly LD_LIBRARY_PATH the local libraries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb820daa3ff2dcd697144150e2a9daf1a8898117;p=mesa.git 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 Reviewed-by: Andres Gomez --- 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