Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Only build the package on 'build all'.
  • Loading branch information
freakboy3742 committed Mar 30, 2026
commit 9c1c0ae72fe92093d8f97bb67995db1ad8168874
2 changes: 1 addition & 1 deletion Platforms/Apple/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def build(context: argparse.Namespace, host: str | None = None) -> None:
]:
step(context, host=step_host)

if host in {"all", "hosts"}:
if host == "all":
package(context)


Expand Down
Loading