Skip to content

Commit

Permalink
Use PSPBUILD as default in get_depends.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Mar 27, 2024
1 parent af5b528 commit cc627b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_depends.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def resolve_package_dependencies(current_package: Package, packages: list[Packag


def main() -> None:
build_script_name = "NXBUILD"
build_script_name = "PSPBUILD"
if len(sys.argv) == 2:
build_script_name = sys.argv[1]

Expand Down

0 comments on commit cc627b3

Please sign in to comment.