mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
79f3f18ef6
commit
0a67f7cc95
1 changed files with 2 additions and 2 deletions
|
@ -201,5 +201,5 @@ if [ $PLATFORM = Darwin ] ; then
|
||||||
rm -rf Subsurface.app
|
rm -rf Subsurface.app
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make -j4
|
LIBRARY_PATH=$INSTALL_ROOT/lib make -j4
|
||||||
make install
|
LIBRARY_PATH=$INSTALL_ROOT/lib make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue