Pass configured prefix to python setup.py install step.

This commit is contained in:
Martin Ling 2014-07-19 15:43:03 +01:00 committed by Bert Vermeulen
parent d615a3962a
commit 815a6b95f4
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ python-build: bindings/cxx/libsigrokxx.la
cd bindings/python && python setup.py build
python-install:
cd bindings/python && python setup.py install
cd bindings/python && python setup.py install --prefix $(prefix)
python-clean:
cd bindings/python && python setup.py clean --all