Skip to content
Snippets Groups Projects
Commit d31da371 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: support cmake verbose for host builds


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 5752ccb6
Branches
Tags
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment