mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
fix setup target
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@321 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
204566e81e
commit
bef8511de0
1 changed files with 5 additions and 1 deletions
|
@ -267,7 +267,11 @@ class Config:
|
|||
self.CheckoutOrUpdate( svnurl, os.path.join( path, 'installs', pak ) )
|
||||
|
||||
def Setup( self ):
|
||||
if ( platform == 'local' ):
|
||||
try:
|
||||
self.setup_platforms.index( 'local' )
|
||||
except:
|
||||
pass
|
||||
else:
|
||||
# special case, fetch external paks under the local install directory
|
||||
self.FetchGamePaks( self.install_directory )
|
||||
# NOTE: unrelated to self.setup_platforms - grab support files and binaries and install them
|
||||
|
|
Loading…
Reference in a new issue