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 -1
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