aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py
diff options
context:
space:
mode:
authorArmin Weatherwax2009-12-04 11:03:07 +0100
committerJacek Antonelli2010-01-03 16:31:13 -0600
commitd057e71bcd0a93a18edda2659c49fdf537031d49 (patch)
treec6b0224511a5678395704e80c2a6b09554b5cb82 /linden/indra/develop.py
parentMerge test release. (diff)
downloadmeta-impy-d057e71bcd0a93a18edda2659c49fdf537031d49.zip
meta-impy-d057e71bcd0a93a18edda2659c49fdf537031d49.tar.gz
meta-impy-d057e71bcd0a93a18edda2659c49fdf537031d49.tar.bz2
meta-impy-d057e71bcd0a93a18edda2659c49fdf537031d49.tar.xz
Trying the new 64bit libs and adding the adjustments needed.
(Cherry picked by Jacek from 13412855)
Diffstat (limited to 'linden/indra/develop.py')
-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 7e7350e..8ea435c 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -225,6 +225,8 @@ class UnixSetup(PlatformSetup):
225 cpu = 'i386' 225 cpu = 'i386'
226 elif cpu.endswith('86'): 226 elif cpu.endswith('86'):
227 cpu = 'i686' 227 cpu = 'i686'
228 elif cpu in ('x86_64'):
229 cpu = 'x86_64'
228 elif cpu in ('athlon',): 230 elif cpu in ('athlon',):
229 cpu = 'i686' 231 cpu = 'i686'
230 elif cpu == 'Power Macintosh': 232 elif cpu == 'Power Macintosh':