Commit 31204635 by devttys0

Change default python from 'python3' to 'python'

parent c04728f6
......@@ -7,7 +7,7 @@ export exec_prefix=@exec_prefix@
export LIBDIR=@libdir@
export INSTALL_OPTIONS=@INSTALL_OPTIONS@
PYTHON=python3
PYTHON=python
SRC_C_DIR="./src/C"
.PHONY: all install build deps clean uninstall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment