mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
Merge: Another intel fix
[SVN r35046]
This commit is contained in:
@@ -64,6 +64,7 @@ rule init ( version ? : # the compiler version
|
||||
flags intel-win.compile .CC $(condition) : $(setup)icl ;
|
||||
flags intel-win.link .LD $(condition) : $(setup)xilink ;
|
||||
flags intel-win.archive .LD $(condition) : $(setup)xilink /lib ;
|
||||
flags intel-win.link .MT $(condition) : mt -nologo ;
|
||||
|
||||
local m = [ MATCH (.).* : $(version) ] ;
|
||||
local major = $(m[1]) ;
|
||||
|
||||
Reference in New Issue
Block a user