2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
[SVN r23370]
This commit is contained in:
Vladimir Prus
2004-07-06 13:33:45 +00:00
parent 6e1e12c7b7
commit e3ae4eb059

View File

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