Skip to content

Commit 1b1a383

Browse files
committed
Build on Windows PyPy
1 parent 2329397 commit 1b1a383

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

winbuild/build_prepare.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,6 @@ def build_dep_all(disabled: list[str], prefs: dict[str, str], verbose: bool) ->
659659
print(f"Skipping disabled dependency {dep_name}")
660660
continue
661661
script = build_dep(dep_name, prefs, verbose)
662-
if dep_name in ("highway", "libjxl") and hasattr(sys, "pypy_translation_info"):
663-
continue
664662
if gha_groups:
665663
lines.append(f"@echo ::group::Running {script}")
666664
lines.append(rf'cmd.exe /c "{{build_dir}}\{script}"')

0 commit comments

Comments
 (0)