FS-8248 put python binaries into site arch path

This commit is contained in:
matteo brancaleoni 2015-09-30 12:43:42 +02:00
parent b990e30a93
commit f5441a09f8

View 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