2
0
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:
Dave Abrahams
2005-05-25 19:04:12 +00:00
parent d9ce5913a0
commit 6b1d811f50

View File

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