gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON
...now that fa140733ee
"fix dep on internal ucpp"
moved things around, so use "=" instead of ":=" here. (And I'm not sure the
other places need ":=" either.)
Change-Id: Id71570c4a55ab08ca339801dec78ef06cfd80ef0
This commit is contained in:
@@ -220,7 +220,7 @@ else ifeq ($(DISABLE_PYTHON),TRUE)
|
||||
gb_PYTHON := python
|
||||
else
|
||||
gb_PYTHONTARGET := $(call gb_Executable_get_target_for_build,python)
|
||||
gb_PYTHON := $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
|
||||
gb_PYTHON = $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
|
||||
endif
|
||||
|
||||
ifneq (,$(SYSTEM_UCPP))
|
||||
|
Reference in New Issue
Block a user