- Fix #222: --with-rpath, fails to rpath python lib.

This commit is contained in:
W.C.A. Wijngaards
2020-04-20 10:04:34 +02:00
parent 0c10453546
commit 52ebdd85da
4 changed files with 25 additions and 0 deletions
+5
View File
@@ -58,6 +58,11 @@ $ac_distutils_result])
AC_MSG_RESULT([$PYTHON_LDFLAGS])
AC_SUBST([PYTHON_LDFLAGS])
if test -z "$PYTHON_LIBDIR"; then
PYTHON_LIBDIR=`$PYTHON -c "from distutils.sysconfig import *; \
print(get_config_var('LIBDIR'));"`
fi
#
# Check for site packages
#