From 88887c0163c85321bd8e8e1ce7acc9cae8400a34 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 15 Sep 2026 22:15:16 +0100 Subject: [PATCH] mk: fix check_cross_compiler call Signed-off-by: Leah Rowe --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk b/mk index 7adea9e2..f4f058b4 100755 --- a/mk +++ b/mk @@ -250,7 +250,7 @@ handle_defconfig() continue; : for _xarch in $xarch; do - [ -n "$_xarch" ] && $if_not_build $if_dry_build \ + [ -n "$_xarch" ] && $if_build $if_not_dry_build \ check_cross_compiler "$_xarch"; : done; :