feat: add prefix support

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-07-02 22:35:03 +08:00
parent c9627305c2
commit f7ff9d9742
15 changed files with 64 additions and 14 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ source_url("https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz")
def build():
cpp.configure(["--prefix=/"])
cpp.configure([f"--prefix={get_prefix('gnu-make')}"])
cpp.make()
cpp.make_install()