"Bo Peng" <[EMAIL PROTECTED]> writes: | @@ -39,7 +39,7 @@ | | regex = boostenv.StaticLibrary( | target = '$LOCALLIBPATH/boost_regex', | - source = ["#$BUILDDIR/common/regex/src/%s" % x for x in Split(''' | + source = ["#$BUILDDIR/boost/regex/src/%s" % x for x in Split(''' | cpp_regex_traits.cpp | c_regex_traits.cpp | cregex.cpp | @@ -55,13 +55,11 @@ | # Return the library | Return('regex') | | - Import('boostenv') | -
Shouldn't the 'Return' be removed as well? -- Lgb