Skip to content

Commit 5b1c259

Browse files
committed
Testing Windows syntax
1 parent 2fd3804 commit 5b1c259

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-
r"/p:PlatformToolset=clangcl",
205+
r"'\"/p:PlatformToolset=clangcl\"'",
206206
r"/p:LLVMInstallDir=C:\Program Files\LLVM",
207207
r"/p:LLVMToolsVersion=19.1.6",
208208
"--tail-call-interp",

0 commit comments

Comments
 (0)