- Timestamp:
- 05/08/12 12:26:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r2485 r2487 215 215 env.AddPostAction(so, taction) 216 216 217 setup_py = None 218 env.Alias('install', setup_py) 217 # Need this to make makedits work 218 dummy = env.Install() 219 env.Alias('install', dummy) 219 220 220 221 # make binary distribution
Note:
See TracChangeset
for help on using the changeset viewer.