This commit is contained in:
2025-07-07 23:36:31 +05:00
parent 50ea309b09
commit 70e98fff3a

View File

@@ -299,7 +299,7 @@ function build_target {
[ "$ONLY_INIT" = "true" ] && return 0
make -j $make_jobs download world
make V=s -j $make_jobs download world
}
function build_config {