mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Robostify
[SVN r31067]
This commit is contained in:
@@ -38,8 +38,13 @@ rule init ( version ? : # the compiler version
|
||||
$(command) ] ;
|
||||
|
||||
common.handle-options intel-win : $(condition) : $(command) : $(options) ;
|
||||
|
||||
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;
|
||||
|
||||
local root ;
|
||||
if $(command)
|
||||
{
|
||||
root = [ common.get-absolute-tool-path $(command[-1]) ] ;
|
||||
root = $(root)/ ;
|
||||
}
|
||||
|
||||
local setup ;
|
||||
setup = $(root)/iclvars.bat ;
|
||||
|
||||
Reference in New Issue
Block a user