From 0a67f7cc95814769e43f672da28b46c3df8f32e0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 16 Aug 2015 12:35:25 -0700 Subject: Build script: make sure we find any library that we installed Somehow libssh2 wasn't found on Mac builds - this makes sure we always add the $INSTALL_ROOT/lib as library path. Signed-off-by: Dirk Hohndel --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index b18b1197d..bac647697 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -201,5 +201,5 @@ if [ $PLATFORM = Darwin ] ; then rm -rf Subsurface.app fi -make -j4 -make install +LIBRARY_PATH=$INSTALL_ROOT/lib make -j4 +LIBRARY_PATH=$INSTALL_ROOT/lib make install -- cgit v1.2.3-70-g09d2