]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8248 put python binaries into site arch path
authormatteo brancaleoni <mbrancaleoni@voismart.it>
Wed, 30 Sep 2015 10:43:42 +0000 (12:43 +0200)
committermatteo brancaleoni <mbrancaleoni@voismart.it>
Wed, 30 Sep 2015 10:43:42 +0000 (12:43 +0200)
libs/esl/python/Makefile

index eeeb2bdea79aca1a5370df8ff7c5fb5b128ff86e..51a577052026feaff7cf5c468a1bccebda0a00f0 100644 (file)
@@ -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