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:
rambetter 2012-01-04 00:47:49 +00:00
parent 493a05caab
commit ce733d8b78

View file

@ -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 )