Ignore:
Timestamp:
05/15/12 10:08:32 (12 years ago)
Author:
Malte Marquarding
Message:

added forwarding of casacorestatic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/distutils/scons_ext.py

    r2509 r2515  
    1111            [('casacoreroot=', None,
    1212              'Prefix for casacore installation location'),
     13             ('casacorestatic=', None,
     14              'use static casacore libraries'),
    1315             ('boostroot=', None,
    1416              'Prefix for boost_python installation location'),
     
    4244        self.extraroot = None
    4345        self.casacoreroot = None
     46        self.casacorestatic = None
    4447        self.boostroot = None
    4548        self.boostlib = None
Note: See TracChangeset for help on using the changeset viewer.