From c86f52cdb43d1c5fbf4fe23a33fd32d1abfc0d8f Mon Sep 17 00:00:00 2001 From: remittor Date: Wed, 4 Feb 2026 11:56:44 +0300 Subject: [PATCH] xmake: Add check for CONFIG_BUILD_ALL_HOST_TOOLS option --- xmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.sh b/xmake.sh index 2ae8658..72f0c7a 100755 --- a/xmake.sh +++ b/xmake.sh @@ -125,7 +125,7 @@ function build_target { fi fi - if [ 1 = 1 ]; then + if ! grep '^CONFIG_BUILD_ALL_HOST_TOOLS=y' $CFG ; then MK_HOST_TOOLS=$XDIR/tools/Makefile # tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_USES_MINOR),y) += yafut if grep -q '(CONFIG_USES_MINOR),y)' $MK_HOST_TOOLS ; then