diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-15 22:15:16 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-15 22:15:16 +0100 |
| commit | 88887c0163c85321bd8e8e1ce7acc9cae8400a34 (patch) | |
| tree | acdc4be185f10020e532274b40bf761cb11cd4db /mk | |
| parent | 0c41ea82ddcfca18b03b7311520aff16a081b505 (diff) | |
mk: fix check_cross_compiler call
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
| -rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; : |
