makefile - create wheels dir

This commit is contained in:
Andrej730
2024-07-18 15:56:47 +05:00
parent fb702afee6
commit d29a201814
+1
View File
@@ -119,6 +119,7 @@ endif
$(PIP) install build
cd dist/working && . env/bin/activate && $(PIP) install wheel
mkdir wheels
# Provides IfcOpenShell Python functionality
cd ../ifcopenshell-python && make dist PLATFORM=$(PLATFORM)64 PYVERSION=$(PYVERSION) && cp dist/*.whl ../blenderbim/dist/blenderbim/wheels/
cd ../bcf && make dist && cp dist/*.whl ../blenderbim/dist/blenderbim/wheels/