uboot-tools: disable python build to fix build error
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2025-03-24 12:05:10 +01:00
parent c3f2bb7afc
commit f482f6d98e

View File

@ -80,7 +80,8 @@ endef
MAKE_FLAGS += \
ARCH="sandbox" \
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
TARGET_LDFLAGS="$(TARGET_LDFLAGS)"
TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
NO_PYTHON=1
define Build/Compile
$(call Build/Compile/Default,envtools)