mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-09 02:55:15 -05:00
allow skipping of libraries & tool building
This commit is contained in:
@@ -36,7 +36,18 @@ BUILD_DKPRO_SKIP_LIBRARIES=0
|
||||
#numcores=`getconf _NPROCESSORS_ONLN`
|
||||
#export MAKEFLAGS="$MAKEFLAGS -j${numcores}"
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Uncomment to skip building of tools
|
||||
#---------------------------------------------------------------------------------
|
||||
#BUILD_DKPRO_SKIP_TOOLS=1
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Uncomment to skip building of libraries
|
||||
#---------------------------------------------------------------------------------
|
||||
#BUILD_DKPRO_SKIP_LIBRARIES=1
|
||||
|
||||
|
||||
# Automated script execution
|
||||
#---------------------------------------------------------------------------------
|
||||
# 0: Ask to delete build folders & patched sources
|
||||
|
||||
Reference in New Issue
Block a user