From: matteo brancaleoni Date: Wed, 30 Sep 2015 10:43:42 +0000 (+0200) Subject: FS-8248 put python binaries into site arch path X-Git-Tag: v1.6.5~5^2~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5441a09f8f0c20750b1f9762d361d6f1a2f19c8;p=thirdparty%2Ffreeswitch.git FS-8248 put python binaries into site arch path --- diff --git a/libs/esl/python/Makefile b/libs/esl/python/Makefile index eeeb2bdea7..51a5770520 100644 --- a/libs/esl/python/Makefile +++ b/libs/esl/python/Makefile @@ -1,6 +1,6 @@ LOCAL_CFLAGS=`python ./python-config --includes` LOCAL_LDFLAGS=`python ./python-config --ldflags` -SITE_DIR=$(DESTDIR)/`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"` +SITE_DIR=$(DESTDIR)/`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)"` all: _ESL.so