don't rebuild python module without necessary

This commit is contained in:
Maxim Devaev 2024-03-29 01:14:55 +02:00
parent e0f09f65a1
commit c8201df720

View File

@ -7,7 +7,8 @@ PY ?= python3
# =====
all:
all: root
root: $(shell find src -type f,l)
$(info == PY_BUILD ustreamer-*.so)
rm -rf root
$(ECHO) $(PY) -m build --skip-dependency-check --no-isolation