mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 15:26:12 +00:00
python: Makefile: use python -m installer; do not install while building
When building a Python wheel using `python -m build --wheel ...`, temporary build files (including extension .so) are placed in ./build/... from where they can be retrieved without having to install the just-built wheel. Do both and get rid of `pip` invocations.
This commit is contained in: