Skip to content

Commit 8e0c293

Browse files
committed
Escaping
1 parent c1a0bc1 commit 8e0c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def compile_windows(
202202
if "CLANG" in flags:
203203
args.extend(
204204
[
205-
"/p:PlatformToolset`=clangcl",
205+
'"/p:PlatformToolset=clangcl"',
206206
"/p:LLVMInstallDir`=C:\\Program Files\\LLVM",
207207
"/p:LLVMToolsVersion`=19.1.6",
208208
"--tail-call-interp",

0 commit comments

Comments
 (0)