mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
This change was required in order to get it to work on my installations.
[SVN r29193]
This commit is contained in:
@@ -42,7 +42,7 @@ rule init ( version ? : # the compiler version
|
||||
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;
|
||||
|
||||
local setup ;
|
||||
setup = $(root:D)/iclvars.bat ;
|
||||
setup = $(root)/iclvars.bat ;
|
||||
setup = "call \""$(setup)"\" > nul " ;
|
||||
|
||||
if [ os.name ] = NT
|
||||
|
||||
Reference in New Issue
Block a user