This might help

This commit is contained in:
Nox Sluijtman 2024-07-24 10:25:34 +02:00
parent bafb134702
commit 88362d668b

View file

@ -15,7 +15,7 @@ def main [
$"--target-host ($machine)" $"--target-host ($machine)"
} }
let printBuildLogs = if $print_build_logs { let printBuildLogs = if $verbose {
$"--verbose" $"--verbose"
} }