Skip to content

Commit e34f372

Browse files
Fix wrong zig-windows-amd64-to-arm64 wheel tag
1 parent 3ce50f6 commit e34f372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/hugo_meson_python_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _maybe_set_host_platform(config_settings: dict[str, Any] | None) -> None:
8888
if tag is None:
8989
return
9090

91-
os.environ.setdefault("_PYTHON_HOST_PLATFORM", tag)
91+
os.environ["_PYTHON_HOST_PLATFORM"] = tag
9292

9393

9494
# Unchanged meson-python PEP 517 entry points below

0 commit comments

Comments
 (0)