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