Changeset 473

Show
Ignore:
Timestamp:
01/05/07 17:08:07 (2 years ago)
Author:
allenb
Message:

- Use the new allowFallback option for boost library names.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SConstruct

    r470 r473  
    563563required_libs_options = {}; 
    564564required_libs_options["boost"] = sca_opts.Boost.Boost( 
    565     "boost", "1.31.0", libs = ["filesystem"], required = True, useVersion = True); 
     565    "boost", "1.31.0", libs = ["filesystem"], required = True, useVersion = True, allowLibNameFallbacks=True); 
    566566 
    567567# Options for optional external libraries