Skip to content

Commit 9c1c0ae

Browse files
committed
Only build the package on 'build all'.
1 parent 0221c05 commit 9c1c0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platforms/Apple/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def build(context: argparse.Namespace, host: str | None = None) -> None:
771771
]:
772772
step(context, host=step_host)
773773

774-
if host in {"all", "hosts"}:
774+
if host == "all":
775775
package(context)
776776

777777

0 commit comments

Comments
 (0)