mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 11:30:51 +00:00
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:
parent
b0978b99ca
commit
772fdfe0b9
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue