Use local copy when building library with Makefile

This commit is contained in:
Eren Dogan 2023-02-14 12:33:00 -08:00
parent 8aff0aea49
commit c88e282eef
1 changed files with 1 additions and 1 deletions

View File

@ -224,5 +224,5 @@ build-library:
# Build and install the openram library
library: build-library
@python3 -m pip install --force --find-links=dist openram
@python3 -m pip install --force dist/openram*.whl
.PHONY: library