mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 21:54:32 -05:00
move jobs configuration to config.sh
This commit is contained in:
@@ -24,6 +24,12 @@ BUILD_DKPRO_PACKAGE=0
|
||||
#---------------------------------------------------------------------------------
|
||||
#BUILD_DKPRO_SRCDIR=/d/projects/archives
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# MAKEFLAGS for building - use number of processors for jobs
|
||||
#---------------------------------------------------------------------------------
|
||||
#numcores=`getconf _NPROCESSORS_ONLN`
|
||||
#MAKEFLAGS=-j$numcores
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Automated script execution
|
||||
#---------------------------------------------------------------------------------
|
||||
@@ -31,3 +37,4 @@ BUILD_DKPRO_PACKAGE=0
|
||||
# 1: Use defaults, don't pause for answers
|
||||
#---------------------------------------------------------------------------------
|
||||
BUILD_DKPRO_AUTOMATED=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user