makefile - fix missing build module

This commit is contained in:
Andrej730
2024-07-18 15:36:47 +05:00
parent 5b96b4a414
commit 657906a2dd
+1
View File
@@ -116,6 +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
cd dist/working && . env/bin/activate && $(PIP) install wheel
# Provides IfcOpenShell Python functionality