Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-06-29 12:46:07 +02:00 committed by GitHub
parent 1e4aee29fd
commit 81968049a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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