mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +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
|
# Check for POCO_BUILD
|
||||||
#
|
#
|
||||||
ifndef POCO_BUILD
|
ifndef POCO_BUILD
|
||||||
POCO_BUILD = $(PROJECT_BASE)
|
override POCO_BUILD = $(PROJECT_BASE)
|
||||||
endif
|
endif
|
||||||
ifeq ($strip $(POCO_BUILD)),)
|
ifeq ($(strip $(POCO_BUILD)),)
|
||||||
POCO_BUILD = $(PROJECT_BASE)
|
override POCO_BUILD = $(PROJECT_BASE)
|
||||||
endif
|
endif
|
||||||
export POCO_BUILD
|
export POCO_BUILD
|
||||||
$(info POCO_BUILD = $(POCO_BUILD))
|
$(info POCO_BUILD = $(POCO_BUILD))
|
||||||
|
|||||||
Reference in New Issue
Block a user