Skip to content

Commit

Permalink
don't rebuild python module without necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 28, 2024
1 parent e0f09f6 commit c8201df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8201df

Please sign in to comment.