From Dario Pellegrini: use $(PYTHON) instead of python.
Fixes building cling on ArchLinux; that stopped the building as python3 was called instead of python2.
This commit is contained in:
parent
cbdc92cedb
commit
3638cde9b7
@ -81,7 +81,7 @@ man: $(MAN)
|
||||
ps: $(PS)
|
||||
|
||||
podgen:
|
||||
@python $(SRC_DOC_DIR)/in2pod.py $(PROJ_OBJ_ROOT)/Release+Asserts/bin/cling
|
||||
@$(PYTHON) $(SRC_DOC_DIR)/in2pod.py $(PROJ_OBJ_ROOT)/Release+Asserts/bin/cling
|
||||
|
||||
EXTRA_DIST := $(POD)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user