build.py - read optional defaultBuild from localbuildsettings.py
fix for #20 also, some other minor tweaks/cleanups in that area of the code
This commit is contained in:
@ -28,3 +28,8 @@ buildSettings = {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
# defaultBuild - the name of the default build to use if none is specified on the build.py command line
|
||||
# (in here as an example - it only works in localbuildsettings.py)
|
||||
#defaultBuild = 'local'
|
||||
|
Reference in New Issue
Block a user