fixed python module path
This commit is contained in:
parent
6b69681aba
commit
e645d62ed2
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ if test "x$python" = "xyes"; then
|
|||
AC_SUBST([PYTHON_LIBS])
|
||||
|
||||
AC_SUBST(pkgpythondir)
|
||||
pkgpythondir=$PYTHON_PREFIX"/lib/python"$PYTHON_VERSION"/site-packages"
|
||||
pkgpythondir=$PYTHON_PREFIX"/lib/python"$PYTHON_VERSION"/site-packages/wesnoth"
|
||||
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue