mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
smtk-import: Fix build script
Subsurface build needs install-root path to link libdc Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
73151ca1d9
commit
45812da046
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ cmake -DBTSUPPORT=OFF \
|
||||||
build
|
build
|
||||||
cd build || aborting "Couldn't cd into $SSRF_PATH/build directory"
|
cd build || aborting "Couldn't cd into $SSRF_PATH/build directory"
|
||||||
make clean
|
make clean
|
||||||
make "$JOBS" || STATUS=1
|
LIBRARY_PATH=$INSTALL_ROOT/lib make "$JOBS" || STATUS=1
|
||||||
|
|
||||||
# Restore initial state of subsurface building system:
|
# Restore initial state of subsurface building system:
|
||||||
echo "----> Restoring Subsurface tree state"
|
echo "----> Restoring Subsurface tree state"
|
||||||
|
|
Loading…
Reference in a new issue