diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |