Ver Fonte

app_python: fix python call in Makefile (python -> python2), reported by GH #1645

Henning Westerholt há 7 anos atrás
pai
commit
31498ca574
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/modules/app_python/Makefile

+ 1 - 1
src/modules/app_python/Makefile

@@ -9,7 +9,7 @@ NAME=app_python.so
 # the following to point to the correct instance. Module has been tested
 # to work with 2.6 and 2.5. Python 2.4 has been only confirmed to compile,
 # but no testing has been done with that.
-PYTHON?=python
+PYTHON?=python2
 
 PYTHON_VERSION=${shell ${PYTHON} -c "import distutils.sysconfig;print distutils.sysconfig.get_config_var('VERSION')"}
 PYTHON_LIBDIR=${shell ${PYTHON} -c "import distutils.sysconfig;print distutils.sysconfig.get_config_var('LIBDIR')"}