Changeset 679 for trunk/SConstruct

Show
Ignore:
Timestamp:
03/28/08 20:01:12 (8 months ago)
Author:
dom
Message:

ppc64 build fix (fixes #83)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

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