makefile - install build module globally

as we run make dist for ifcopenshell packages not inside venv
This commit is contained in:
Andrej730
2024-07-18 15:48:03 +05:00
parent 657906a2dd
commit fb702afee6
+1 -1
View File
@@ -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