Skip to content

Commit

Permalink
Add missing dependency to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 1, 2024
1 parent aaf3636 commit d2d766f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dist/${PACKAGE}-${VERSION}-${ABI}-${ABI}-${PLATFORM}.whl: dist $(OBJ)
python -m build --wheel


dist/rmufuse: dist .venv/bin/activate
dist/rmufuse: dist .venv/bin/activate $(OBJ)
. .venv/bin/activate; \
pip3 install wheel nuitka; \
NUITKA_CACHE_DIR="$(realpath .)/.nuitka" \
Expand Down

0 comments on commit d2d766f

Please sign in to comment.