mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
||||
fi
|
||||
|
||||
make -j4
|
||||
make install
|
||||
LIBRARY_PATH=$INSTALL_ROOT/lib make -j4
|
||||
LIBRARY_PATH=$INSTALL_ROOT/lib make install
|
||||
|
|
Loading…
Reference in a new issue