Skip to content

Commit 9e29f83

Browse files
committed
Try to fix Windows
1 parent 5b1c259 commit 9e29f83

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+
'"/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)