mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Allow to customize the 'mt' tool.
Patch from Victor Gaydov. [SVN r64912]
This commit is contained in:
@@ -905,8 +905,9 @@ local rule configure-really ( version ? : options * )
|
||||
mc-compiler = [ feature.get-values <mc-compiler> : $(options) ] ;
|
||||
mc-compiler ?= mc ;
|
||||
|
||||
manifest-tool = mt ;
|
||||
|
||||
manifest-tool = [ feature.get-values <manifest-tool> : $(options) ] ;
|
||||
manifest-tool ?= mt ;
|
||||
|
||||
local cc-filter = [ feature.get-values <compiler-filter> : $(options) ] ;
|
||||
|
||||
for local c in $(cpu)
|
||||
|
||||
Reference in New Issue
Block a user