Pass configured prefix to python setup.py install step.
This commit is contained in:
parent
d615a3962a
commit
815a6b95f4
|
@ -416,7 +416,7 @@ python-build: bindings/cxx/libsigrokxx.la
|
||||||
cd bindings/python && python setup.py build
|
cd bindings/python && python setup.py build
|
||||||
|
|
||||||
python-install:
|
python-install:
|
||||||
cd bindings/python && python setup.py install
|
cd bindings/python && python setup.py install --prefix $(prefix)
|
||||||
|
|
||||||
python-clean:
|
python-clean:
|
||||||
cd bindings/python && python setup.py clean --all
|
cd bindings/python && python setup.py clean --all
|
||||||
|
|
Loading…
Reference in New Issue