Makefile: remove python3 explicit call
This commit is contained in:
parent
1a97e86aa6
commit
8fca50269a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -83,7 +83,7 @@ BUNDLE_FLAGS = ${BUNDLE_FLAGS-yes}
|
|||
# Binaries/Scripts
|
||||
#
|
||||
|
||||
MKBUNDLE = $(PYTHON)3 $(ROOTDIR)/support/mkbundle
|
||||
MKBUNDLE = $(PYTHON) $(ROOTDIR)/support/mkbundle
|
||||
|
||||
#
|
||||
# Debug/Output
|
||||
|
|
Loading…
Add table
Reference in a new issue