Remove unused parts of the hak build system (#2174)

This commit is contained in:
Michael Telatynski
2025-02-28 15:15:32 +00:00
committed by GitHub
parent 7847e53adc
commit 1496f3d64c
5 changed files with 4 additions and 40 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import packageJson from "../../package.json";
const MODULECOMMANDS = ["check", "fetch", "link", "build", "copy", "clean"];
// Shortcuts for multiple commands at once (useful for building universal binaries
// because you can run the fetch/fetchDeps/build for each arch and then copy/link once)
// because you can run the fetch/build for each arch and then copy/link once)
const METACOMMANDS: Record<string, string[]> = {
fetchandbuild: ["check", "fetch", "build"],
copyandlink: ["copy", "link"],