[poincare] Enable to set POINCARE_TREE_LOG from environment variable

This commit is contained in:
Émilie Feral
2020-06-04 13:14:06 +02:00
parent 49e4abb964
commit 6abc3b8c99

View File

@@ -189,5 +189,5 @@ POINCARE_TREE_LOG ?= 1
endif
ifdef POINCARE_TREE_LOG
SFLAGS += -DPOINCARE_TREE_LOG=1
SFLAGS += -DPOINCARE_TREE_LOG=$(POINCARE_TREE_LOG)
endif