mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-04 16:37:47 +05:00
xmake: Add check for CONFIG_BUILD_ALL_HOST_TOOLS option
This commit is contained in:
2
xmake.sh
2
xmake.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user