mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Use correct compiler exec name when searching for command. [ticket #988]
[SVN r38015]
This commit is contained in:
@@ -37,7 +37,7 @@ rule init ( version ? : # the compiler version
|
||||
local condition = [ common.check-init-parameters intel-win
|
||||
: version $(version) : compatibility $(compatibility) ] ;
|
||||
|
||||
command = [ common.get-invocation-command intel-win : icc.exe :
|
||||
command = [ common.get-invocation-command intel-win : icl.exe :
|
||||
$(command) ] ;
|
||||
|
||||
common.handle-options intel-win : $(condition) : $(command) : $(options) ;
|
||||
|
||||
Reference in New Issue
Block a user