We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2728c8 commit 922944eCopy full SHA for 922944e
src/tools/clang-win.jam
@@ -139,7 +139,7 @@ rule init ( version ? : command * : options * )
139
vswhere ?= [ os.environ "ProgramFiles" ] ;
140
vswhere = "$(vswhere)/Microsoft Visual Studio/Installer/vswhere.exe" ;
141
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 ]
+ local vsasmpath = [ GLOB "$(vspath)/VC/Tools/MSVC" : "*/bin/HostX86/x86/$(target-assembler).exe" ] ;
143
vsasmpath = $(vsasmpath[-1]) ;
144
145
local assembler = [ get-option "assembler" : $(addr) : $(options) ] ;
0 commit comments