Skip to content

Commit f9f4ba8

Browse files
committed
Maybe I'll finally get lucky...
1 parent 8e0c293 commit f9f4ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bench_runner/scripts/workflow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def compile_windows(
187187
) -> None:
188188
cpython = Path(cpython)
189189

190-
args = []
190+
args = ["--%"] # This is the PowerShell "stop parsing" flag
191191
if force_32bit:
192192
args.extend(["-p", "win32"])
193193
args.extend(["-c", "Release"])
@@ -203,8 +203,8 @@ def compile_windows(
203203
args.extend(
204204
[
205205
'"/p:PlatformToolset=clangcl"',
206-
"/p:LLVMInstallDir`=C:\\Program Files\\LLVM",
207-
"/p:LLVMToolsVersion`=19.1.6",
206+
'"/p:LLVMInstallDir=C:\\Program Files\\LLVM"',
207+
'"/p:LLVMToolsVersion=19.1.6"',
208208
"--tail-call-interp",
209209
]
210210
)

0 commit comments

Comments
 (0)