mk: fix check_cross_compiler call

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-15 22:15:16 +01:00
parent 0c41ea82dd
commit 88887c0163
+1 -1
View File
@@ -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; :