Browse Source

stop bash on project error

pull/44/head
fenix 7 years ago committed by Anders Jenbo
parent
commit
63e57d96b7
  1. 4
      xcode-build.sh

4
xcode-build.sh

@ -124,10 +124,10 @@ function main {
build_libpng
build_freetype
build_sdl2_ttf
build_libsodium
build_libsodium
;;
"--build-project")
build_devilutionx
build_devilutionx || { echo "** Build Project > `--build-project` command failed"; exit 1; }
;;
"--package")
create_dmg

Loading…
Cancel
Save