mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Patch for tool being unable to locate the manifest tool mt.exe.
[SVN r50782]
This commit is contained in:
@@ -76,7 +76,7 @@ rule init ( version ? : # the compiler version
|
||||
toolset.flags intel-win.compile .CC $(condition) : $(setup)icl ;
|
||||
toolset.flags intel-win.link .LD $(condition) : $(setup)xilink ;
|
||||
toolset.flags intel-win.archive .LD $(condition) : $(setup)xilink /lib ;
|
||||
toolset.flags intel-win.link .MT $(condition) : mt -nologo ;
|
||||
toolset.flags intel-win.link .MT $(condition) : $(setup)mt -nologo ;
|
||||
|
||||
local m = [ MATCH (.).* : $(version) ] ;
|
||||
local major = $(m[1]) ;
|
||||
|
||||
Reference in New Issue
Block a user