Changeset 2510


Ignore:
Timestamp:
05/14/12 14:14:52 (12 years ago)
Author:
Malte Marquarding
Message:

another fix for undefined extraroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r2507 r2510  
    160160   
    161161    libpath = ""
    162     for p in [conf.env["casacoreroot"], conf.env["extraroot"]]:
     162    for p in [conf.env["casacoreroot"], conf.env.get("extraroot", "")]:
    163163        pth = os.path.join(p, "include", "casacore")       
    164164        if os.path.exists(pth):
Note: See TracChangeset for help on using the changeset viewer.