Changeset 679 for trunk/SConstruct
- Timestamp:
- 03/28/08 20:01:12 (8 months ago)
- Files:
-
- 1 modified
-
trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r667 r679 25 25 if platform.uname()[4] == 'x86_64': 26 26 LIBDIR_SCHEMA='lib64' 27 elif platform.uname()[4] == 'ppc64': 28 LIBDIR_SCHEMA='lib64' 27 29 else: 28 30 LIBDIR_SCHEMA='lib'
