fix the --no-packs stuff

This commit is contained in:
Timothee Besset 2018-02-03 17:39:38 -06:00
parent a26bd5a9aa
commit 6ab305d626
2 changed files with 5 additions and 5 deletions

View file

@ -18,9 +18,4 @@ proj = utils.vcxproj( os.path.join( GetLaunchDir(), 'radiant/radiant.vcxproj' )
radiant = env.Program( 'radiant.bin', lib_objects + [ os.path.join( 'radiant', i ) for i in proj.getSourceFiles() ] )
AddOption('--no-packs',
dest='no_packs',
action='store_true',
help="don't fetch game packs")
Return( 'radiant' )

View file

@ -33,6 +33,11 @@ $ scons -j8 --no-packs
""" )
Return()
AddOption('--no-packs',
dest='no_packs',
action='store_true',
help="don't fetch game packs")
active_configs = []
# load up configurations from the save file