2
0
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:
Rene Rivera
2007-06-17 18:03:42 +00:00
parent 7530b417d8
commit 3a75b77e1f

View File

@@ -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) ;