Merge "Stop double-printing config"
This commit is contained in:
commit
a7d4e0cd73
|
@ -510,8 +510,8 @@ ifeq (,$(strip $(DIST_DIR)))
|
|||
DIST_DIR := $(OUT_DIR)/dist
|
||||
endif
|
||||
|
||||
ifeq ($(PRINT_BUILD_CONFIG),)
|
||||
PRINT_BUILD_CONFIG := true
|
||||
ifndef KATI
|
||||
PRINT_BUILD_CONFIG ?= true
|
||||
endif
|
||||
|
||||
ifeq ($(USE_CLANG_PLATFORM_BUILD),)
|
||||
|
|
Loading…
Reference in New Issue