mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
Moved windows build paks from Zerowing to icculus.org.
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@490 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
493a05caab
commit
ce733d8b78
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class Config:
|
|||
'STLport-5.2.1-4.zip'
|
||||
]:
|
||||
if ( not os.path.exists( lib_archive ) ):
|
||||
cmd = [ 'wget', '-N', 'http://zerowing.idsoftware.com/files/radiant/developer/1.6.2/%s' % lib_archive ]
|
||||
cmd = [ 'wget', '-N', 'http://icculus.org/gtkradiant/files/1.6.2/%s' % lib_archive ]
|
||||
print( repr( cmd ) )
|
||||
subprocess.check_call( cmd )
|
||||
lib_archive_path = os.path.abspath( lib_archive )
|
||||
|
|
Loading…
Reference in a new issue