Ignore:
Timestamp:
05/06/10 11:53:09 (14 years ago)
Author:
Malte Marquarding
Message:

Also need to add asap2to3 to binary installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/asap-3.x/apps/SConscript

    r1748 r1750  
    1818    prog = myenv.Program(cpp)   
    1919    installs.append(myenv.Install("$prefix/bin", prog))
     20    if len(myenv["makedist"]):
     21        myenv.QInstall("$stagedir/bin", prog)
     22
    2023myenv.Alias('install', installs)
Note: See TracChangeset for help on using the changeset viewer.