merge r1496 from trunk into 0.7 branch

This commit is contained in:
Dane Springmeyer 2009-12-16 22:28:33 +00:00
parent 3c655b0a0f
commit cabdd341cd

View file

@ -68,7 +68,7 @@ def shortest_name(libs):
name = lib
return name
if platform.uname()[4] == 'x86_64':
if platform.uname()[4] == 'x86_64' and platform.system() == 'Linux':
LIBDIR_SCHEMA='lib64'
elif platform.uname()[4] == 'ppc64':
LIBDIR_SCHEMA='lib64'