don't download gamepacks on “scons -c” fix #477

This commit is contained in:
Thomas Debesse 2018-01-27 02:40:03 +01:00
parent 95ae5af82b
commit 4f6d5b611d

View file

@ -298,6 +298,7 @@ class Config:
pass
else:
# special case, fetch external paks under the local install directory
if not Environment().GetOption('clean'):
self.FetchGamePaks( self.install_directory )
# NOTE: unrelated to self.setup_platforms - grab support files and binaries and install them
if ( self.platform == 'Windows' ):