mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
Override POCO_BUILD if it is undefined or empty.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -40,10 +40,10 @@ $(info PROJECT_BASE = $(PROJECT_BASE))
|
||||
# Check for POCO_BUILD
|
||||
#
|
||||
ifndef POCO_BUILD
|
||||
POCO_BUILD = $(PROJECT_BASE)
|
||||
override POCO_BUILD = $(PROJECT_BASE)
|
||||
endif
|
||||
ifeq ($strip $(POCO_BUILD)),)
|
||||
POCO_BUILD = $(PROJECT_BASE)
|
||||
ifeq ($(strip $(POCO_BUILD)),)
|
||||
override POCO_BUILD = $(PROJECT_BASE)
|
||||
endif
|
||||
export POCO_BUILD
|
||||
$(info POCO_BUILD = $(POCO_BUILD))
|
||||
|
||||
Reference in New Issue
Block a user