Changeset 2487


Ignore:
Timestamp:
05/08/12 12:26:33 (12 years ago)
Author:
Malte Marquarding
Message:

make makedist work by adding back in a dummy install target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r2485 r2487  
    215215env.AddPostAction(so, taction)
    216216
    217 setup_py = None
    218 env.Alias('install', setup_py)
     217# Need this to make makedits work
     218dummy = env.Install()
     219env.Alias('install', dummy)
    219220
    220221# make binary distribution
Note: See TracChangeset for help on using the changeset viewer.