From 70e98fff3aa8613b50ff950299da33194f1905e2 Mon Sep 17 00:00:00 2001 From: jeka Date: Mon, 7 Jul 2025 23:36:31 +0500 Subject: [PATCH] adsnj --- xmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.sh b/xmake.sh index bea5fc7..1c36f86 100755 --- a/xmake.sh +++ b/xmake.sh @@ -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 {