Skip to content

Commit 82b1a56

Browse files
committed
Try to fix Windows
1 parent 9e29f83 commit 82b1a56

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

0 commit comments

Comments
 (0)