mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-11 18:13:41 +00:00
don't rebuild python module without necessary
This commit is contained in:
@@ -7,7 +7,8 @@ PY ?= python3
|
|||||||
|
|
||||||
|
|
||||||
# =====
|
# =====
|
||||||
all:
|
all: root
|
||||||
|
root: $(shell find src -type f,l)
|
||||||
$(info == PY_BUILD ustreamer-*.so)
|
$(info == PY_BUILD ustreamer-*.so)
|
||||||
rm -rf root
|
rm -rf root
|
||||||
$(ECHO) $(PY) -m build --skip-dependency-check --no-isolation
|
$(ECHO) $(PY) -m build --skip-dependency-check --no-isolation
|
||||||
|
|||||||
Reference in New Issue
Block a user