summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-15 22:15:16 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-15 22:15:16 +0100
commit88887c0163c85321bd8e8e1ce7acc9cae8400a34 (patch)
treeacdc4be185f10020e532274b40bf761cb11cd4db /mk
parent0c41ea82ddcfca18b03b7311520aff16a081b505 (diff)
mk: fix check_cross_compiler call
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
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; :