Changeset 1155
- Timestamp:
- 08/21/06 15:46:25 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r1138 r1155 10 10 # hack to install into /usr/lib64 if scons is in the 32bit /usr/lib/ 11 11 if moduledir.startswith("/usr/lib/"): 12 moduledir .replace("lib", "lib64")12 moduledir = moduledir.replace("lib", "lib64") 13 13 14 14 opts = Options("userconfig.py")
Note:
See TracChangeset
for help on using the changeset viewer.