mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 15:29:48 +00:00
uboot-tools: disable python build to fix build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c3f2bb7afc
commit
f482f6d98e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user