Skip to content

Commit 922944e

Browse files
committed
Oops, add missing quote and semicolon.
1 parent f2728c8 commit 922944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clang-win.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ rule init ( version ? : command * : options * )
139139
vswhere ?= [ os.environ "ProgramFiles" ] ;
140140
vswhere = "$(vswhere)/Microsoft Visual Studio/Installer/vswhere.exe" ;
141141
local vspath = [ SHELL "\"$(vswhere)\" -latest -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64" ] ;
142-
local vsasmpath = [ GLOB "$(vspath)/VC/Tools/MSVC" : "*/bin/HostX86/x86/$(target-assembler).exe ]
142+
local vsasmpath = [ GLOB "$(vspath)/VC/Tools/MSVC" : "*/bin/HostX86/x86/$(target-assembler).exe" ] ;
143143
vsasmpath = $(vsasmpath[-1]) ;
144144

145145
local assembler = [ get-option "assembler" : $(addr) : $(options) ] ;

0 commit comments

Comments
 (0)