Windows fixes for download_dtk.py and shasum

Former-commit-id: 89e083cc54
This commit is contained in:
2022-11-27 23:56:22 -05:00
parent 6f994fbe28
commit c2fdf35ed9
3 changed files with 9 additions and 8 deletions

View File

@@ -1464,7 +1464,7 @@ if __name__ == "__main__":
n.comment("Check DOL hash")
n.rule(
name="check",
command=ALLOW_CHAIN + "$dtk shasum -c $in && touch $out",
command="$dtk shasum -c $in -o $out",
description="CHECK $in",
)
n.build(