python: expose FEATURES variable

This commit is contained in:
Maxim Devaev
2025-02-08 00:25:17 +02:00
parent 5baf921660
commit f3e0613de3
3 changed files with 35 additions and 5 deletions

View File

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