From aab33694f2c76378f975dc614d6090456b6147c4 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sun, 20 May 2018 09:52:26 +0200 Subject: build-system: corrected -build-deps problem Missed a "cd $SRC" so when building with -build-deps the script broke Signed-off-by: Jan Iversen --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index bf02b101a..edba083e0 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -222,7 +222,7 @@ if [[ $PLATFORM = Darwin && "$BUILD_DEPS" == "1" ]] ; then # when building distributable binaries on a Mac, we cannot rely on anything from Homebrew, # because that always requires the latest OS (how stupid is that - and they consider it a # feature). So we painfully need to build the dependencies ourselves. - + cd $SRC ./subsurface/scripts/get-dep-lib.sh single . libzip pushd libzip mkdir -p build -- cgit v1.2.3-70-g09d2