From: TTimo Date: Sat, 5 Mar 2011 21:08:28 +0000 (+0000) Subject: bring the libraries back to id hosting X-Git-Tag: xonotic-v0.7.0~16^2~11^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=772fdfe0b9140ab81b9a9238f240f65a831bb618;p=xonotic%2Fnetradiant.git bring the libraries back to id hosting git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@481 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/config.py b/config.py index 3a517181..91d0c88a 100644 --- a/config.py +++ b/config.py @@ -284,7 +284,7 @@ class Config: 'STLport-5.2.1-4.zip' ]: 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 ) ) subprocess.check_call( cmd ) lib_archive_path = os.path.abspath( lib_archive )