From fb702afee6545e5ddf544d7c872cc77418a14de8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 18 Jul 2024 15:48:03 +0500 Subject: [PATCH] makefile - install build module globally as we run make dist for ifcopenshell packages not inside venv --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 803bdab7bb..bfcf80e540 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -116,7 +116,7 @@ endif # To scope any build-time dependencies cd dist/working && $(PYTHON) -m venv env - cd dist/working && . env/bin/activate && $(PIP) install build + $(PIP) install build cd dist/working && . env/bin/activate && $(PIP) install wheel # Provides IfcOpenShell Python functionality