From f5441a09f8f0c20750b1f9762d361d6f1a2f19c8 Mon Sep 17 00:00:00 2001 From: matteo brancaleoni Date: Wed, 30 Sep 2015 12:43:42 +0200 Subject: [PATCH] FS-8248 put python binaries into site arch path --- libs/esl/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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