xmake: Add check for CONFIG_BUILD_ALL_HOST_TOOLS option

This commit is contained in:
remittor
2026-02-04 11:56:44 +03:00
parent e7b3d9673d
commit c86f52cdb4

View File

@@ -125,7 +125,7 @@ function build_target {
fi fi
fi fi
if [ 1 = 1 ]; then if ! grep '^CONFIG_BUILD_ALL_HOST_TOOLS=y' $CFG ; then
MK_HOST_TOOLS=$XDIR/tools/Makefile MK_HOST_TOOLS=$XDIR/tools/Makefile
# tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_USES_MINOR),y) += yafut # tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_USES_MINOR),y) += yafut
if grep -q '(CONFIG_USES_MINOR),y)' $MK_HOST_TOOLS ; then if grep -q '(CONFIG_USES_MINOR),y)' $MK_HOST_TOOLS ; then