bring the libraries back to id hosting

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@481 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
TTimo 2011-03-05 21:08:28 +00:00
parent b0978b99ca
commit 772fdfe0b9

View file

@ -284,7 +284,7 @@ class Config:
'STLport-5.2.1-4.zip' 'STLport-5.2.1-4.zip'
]: ]:
if ( not os.path.exists( lib_archive ) ): if ( not os.path.exists( lib_archive ) ):
cmd = [ 'wget', '-N', 'http://porky.nerius.com/radiant-libs-win32/%s' % lib_archive ] cmd = [ 'wget', '-N', 'http://zerowing.idsoftware.com/files/radiant/developer/1.6.2/%s' % lib_archive ]
print( repr( cmd ) ) print( repr( cmd ) )
subprocess.check_call( cmd ) subprocess.check_call( cmd )
lib_archive_path = os.path.abspath( lib_archive ) lib_archive_path = os.path.abspath( lib_archive )