Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-06-29 19:11:29 +02:00 committed by GitHub
parent 6b8da68a84
commit 9462073af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
SRC=`realpath src` SRC=`realpath src`
DATE_ISO=`date +%Y%m%d` DATE_ISO=`date +%Y%m%d`
MODE=$1 MODE=$1
CPU_CORES=2 CPU_CORES=$NUMBER_OF_PROCESSORS
BUILD=`realpath build` BUILD=`realpath build`
if [ "$MODE" == "debug" ]; then if [ "$MODE" == "debug" ]; then