Skip to content

Commit

Permalink
BUG: Always remakes pip packages
Browse files Browse the repository at this point in the history
* Add missing separator in package path.
  • Loading branch information
Joppe committed Mar 25, 2024
1 parent c06fa78 commit 5828dfb
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 @@ -278,7 +278,7 @@ ifndef PYTHON_NAME
PYTHON_FINALIZE = && mkdir -p $(dir $@) && ln -s ../Scripts/python.exe $@
endif
endif
$/venv/pip/ := $/venv/lib/$(PYTHON_NAME)/site-packages
$/venv/pip/ := $/venv/lib/$(PYTHON_NAME)/site-packages/

# A package manager for the PYTHON OS
ifndef !
Expand Down

0 comments on commit 5828dfb

Please sign in to comment.