From 45812da0463451cd61eacb617ce30cb40e50844a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20Cu=C3=B1at?= Date: Mon, 20 Jul 2020 20:45:26 +0200 Subject: [PATCH] smtk-import: Fix build script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subsurface build needs install-root path to link libdc Signed-off-by: Salvador Cuñat --- scripts/smtk2ssrf-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smtk2ssrf-build.sh b/scripts/smtk2ssrf-build.sh index abee9fe89..7ab5799ba 100755 --- a/scripts/smtk2ssrf-build.sh +++ b/scripts/smtk2ssrf-build.sh @@ -151,7 +151,7 @@ cmake -DBTSUPPORT=OFF \ build cd build || aborting "Couldn't cd into $SSRF_PATH/build directory" make clean -make "$JOBS" || STATUS=1 +LIBRARY_PATH=$INSTALL_ROOT/lib make "$JOBS" || STATUS=1 # Restore initial state of subsurface building system: echo "----> Restoring Subsurface tree state"