From 058a70a16e4a1172c0eadacb564ee864c5b61ae7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 17 Sep 2026 10:45:16 +0100 Subject: pcsx-redux: check dry build in mkhelper Signed-off-by: Leah Rowe --- include/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lib.sh') diff --git a/include/lib.sh b/include/lib.sh index 74b75283..c8b07b60 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -8,7 +8,7 @@ cbfstool="elf/coreboot/default/cbfstool" rmodtool="elf/coreboot/default/rmodtool" -build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase" # macro! +build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase" newvar() { -- cgit v1.2.1