pass the name of the python interpreter compatible with the python package to 'make install-python'

This commit is contained in:
Axel Kohlmeyer
2017-04-14 11:44:36 -04:00
parent d3187b22c4
commit 6c2dd7ebb1
6 changed files with 31 additions and 19 deletions

View File

@ -4,3 +4,4 @@
python_SYSINC = -I/usr/local/include/python2.7
python_SYSLIB = -lpython2.7 -lnsl -ldl -lreadline -ltermcap -lpthread -lutil -lm -Xlinker -export-dynamic
python_SYSPATH =
PYTHON=python2.7