diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam index 6bb0d6ff8..a7731cb54 100644 --- a/v2/tools/msvc.jam +++ b/v2/tools/msvc.jam @@ -905,8 +905,9 @@ local rule configure-really ( version ? : options * ) mc-compiler = [ feature.get-values : $(options) ] ; mc-compiler ?= mc ; - manifest-tool = mt ; - + manifest-tool = [ feature.get-values : $(options) ] ; + manifest-tool ?= mt ; + local cc-filter = [ feature.get-values : $(options) ] ; for local c in $(cpu)