papi: fix building on aarch64

Change-Id: I3983576bd4e0f197193a7d281763d545a55e7d64
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2017-01-08 18:03:21 +01:00
committed by Ole Trøan
parent 465a1a3a46
commit 0120e235ad

View File

@@ -42,7 +42,7 @@ install-exec-local:
cd $(srcdir); \
mkdir -p $(prefix)/lib/python2.7/site-packages; \
PYTHONUSERBASE=$(prefix) \
python setup.py build_ext -L $(prefix)/lib64 \
python setup.py build_ext -L $(libdir) \
-I $(prefix)/include/ install --user
#