mirror of
https://github.com/Lienol/openwrt
synced 2025-01-09 03:58:13 +08:00
build: support cmake verbose for host builds
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
5752ccb60f
commit
d31da371ac
@ -4,6 +4,7 @@ PKG_INSTALL:=1
|
||||
|
||||
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
||||
MAKE_FLAGS+=VERBOSE=1
|
||||
HOST_MAKE_FLAGS+=VERBOSE=1
|
||||
endif
|
||||
|
||||
CMAKE_BINARY_DIR = $(PKG_BUILD_DIR)$(if $(CMAKE_BINARY_SUBDIR),/$(CMAKE_BINARY_SUBDIR))
|
||||
|
Loading…
Reference in New Issue
Block a user