mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
libjson-c: fix host-build
Add -Wno-implicit-fallthrough to HOST_CFLAGS. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
8428156f48
commit
5e9470a93b
@ -30,6 +30,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
TARGET_CFLAGS += $(FPIC) -Wno-implicit-fallthrough
|
||||
HOST_CFLAGS += -Wno-implicit-fallthrough
|
||||
|
||||
define Package/libjson-c
|
||||
SECTION:=libs
|
||||
|
Loading…
x
Reference in New Issue
Block a user