mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
tools/mkimage: build uboot with NO_SDL=1
From uboot Documentation for uboot-2022.01 for tools-only we can build with NO_SDL=1 to skip installing the sdl2 package. Follow this to fix compilation error on macos Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
1bead4c521
commit
28e1770a3b
@ -26,6 +26,7 @@ define Host/Compile
|
||||
HOSTLDFLAGS="$(HOST_LDFLAGS)" \
|
||||
PKG_CONFIG_EXTRAARGS="--static" \
|
||||
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1) \
|
||||
NO_SDL=1 \
|
||||
tools-only_config \
|
||||
tools-only
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user