Browse Source

Improved error handling.

1.00.00
Sven Karsten 2 years ago
parent
commit
b0ba684259
  1. 2
      build.sh

2
build.sh

@ -2,6 +2,8 @@ target=$1
debug=${2:-"release"}
fast=${3:-"fast"}
set -e
source ../../local_scripts/identify_target.sh $target $debug $fast
# component to build

Loading…
Cancel
Save