mirror of https://github.com/VLSIDA/OpenRAM.git
Use local copy when building library with Makefile
This commit is contained in:
parent
8aff0aea49
commit
c88e282eef
2
Makefile
2
Makefile
|
|
@ -224,5 +224,5 @@ build-library:
|
||||||
|
|
||||||
# Build and install the openram library
|
# Build and install the openram library
|
||||||
library: build-library
|
library: build-library
|
||||||
@python3 -m pip install --force --find-links=dist openram
|
@python3 -m pip install --force dist/openram*.whl
|
||||||
.PHONY: library
|
.PHONY: library
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue