From 2ba49fd96f329e6690a0e60934d1df12dec1ca1a Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Sun, 6 Nov 2022 13:43:48 -0800 Subject: [PATCH] Install 'build' before building library --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a500243e..c32f9d3e 100644 --- a/Makefile +++ b/Makefile @@ -220,6 +220,7 @@ wipe: uninstall build-library: @rm -rf dist @rm -rf openram.egg-info + @python3 -m pip install --upgrade build @python3 -m build .PHONY: build-library