Skip to content

Commit d6de790

Browse files
[PATCH] Rollback makefile logic for now (- WIP PR #402 -)
Changes in file Makefile: * logic needs some debugging for edge-cases so rolling back for now * related work
1 parent dcd09c4 commit d6de790

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ ifeq "$(LINK)" ""
6969
endif
7070

7171
ifeq "$(PYTHON)" ""
72-
ifeq "$(PYTHON_VERSION)" ""
73-
PYTHON_VERSION=3
74-
endif
75-
PY_CMD=$(COMMAND) python$(PYTHON_VERSION)
72+
PY_CMD=$(COMMAND) python3
7673
ifneq "$(PY_CMD)" ""
7774
PY_ARGS=-B
7875
else

0 commit comments

Comments
 (0)