aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py
diff options
context:
space:
mode:
authorArmin Weatherwax2009-12-04 11:03:07 +0100
committerJacek Antonelli2010-04-28 23:04:21 -0500
commit1fc0936f2eff90370404fa3c03fb64a266ac06bd (patch)
tree97ff3ea39f8350ae16cd23c95fbcec4c0e77cb95 /linden/indra/develop.py
parentUpdated ChangeLog.txt and RELEASE_NOTES.txt for version 1.2.2. (diff)
downloadmeta-impy-1fc0936f2eff90370404fa3c03fb64a266ac06bd.zip
meta-impy-1fc0936f2eff90370404fa3c03fb64a266ac06bd.tar.gz
meta-impy-1fc0936f2eff90370404fa3c03fb64a266ac06bd.tar.bz2
meta-impy-1fc0936f2eff90370404fa3c03fb64a266ac06bd.tar.xz
Trying the new 64bit libs and adding the adjustments needed.
(Backported from d057e71bc) @nochangelog
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/develop.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py
index 85837ba..8f4ec3f 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -224,6 +224,8 @@ class UnixSetup(PlatformSetup):
224 cpu = 'i386' 224 cpu = 'i386'
225 elif cpu.endswith('86'): 225 elif cpu.endswith('86'):
226 cpu = 'i686' 226 cpu = 'i686'
227 elif cpu in ('x86_64'):
228 cpu = 'x86_64'
227 elif cpu in ('athlon',): 229 elif cpu in ('athlon',):
228 cpu = 'i686' 230 cpu = 'i686'
229 elif cpu == 'Power Macintosh': 231 elif cpu == 'Power Macintosh':