Changeset 682 for branches

Show
Ignore:
Timestamp:
03/29/08 13:20:42 (8 months ago)
Author:
dom
Message:

merge [679] (ppc64 build fix)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/0.5/SConstruct

    r634 r682  
    2525if platform.uname()[4] == 'x86_64': 
    2626    LIBDIR_SCHEMA='lib64'  
     27elif platform.uname()[4] == 'ppc64': 
     28    LIBDIR_SCHEMA='lib64' 
    2729else: 
    2830    LIBDIR_SCHEMA='lib'