diff --git a/v2/tools/intel-linux.jam b/v2/tools/intel-linux.jam index 27dd25b64..9063fabee 100644 --- a/v2/tools/intel-linux.jam +++ b/v2/tools/intel-linux.jam @@ -30,7 +30,7 @@ rule init ( version ? : command * : compile_options * : link_options * ) local condition = [ common.check-init-parameters intel-linux : version $(version) ] ; - name = [ common.get-invocation-command intel-linux : icc + command = [ common.get-invocation-command intel-linux : icc : $(command) : /opt/intel_cc_80/bin ] ; flags intel-linux CONFIG_COMMAND $(condition) : $(command) ;