From 5a405191145a99b8922a40c2dbfcddf5f801228f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 28 Feb 2023 11:43:36 +1100 Subject: [PATCH] Minor fix --- src/blenderbim/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index ff6834ee17..107a817cc1 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -207,6 +207,7 @@ endif cp -r dist/working/IfcOpenShell-0.7.0/src/ifcopenshell-python/ifcopenshell/api/* dist/blenderbim/libs/site/packages/ifcopenshell/api/ cp dist/working/IfcOpenShell-0.7.0/src/ifcopenshell-python/ifcopenshell/entity_instance.py dist/blenderbim/libs/site/packages/ifcopenshell/ cp dist/working/IfcOpenShell-0.7.0/src/ifcopenshell-python/ifcopenshell/file.py dist/blenderbim/libs/site/packages/ifcopenshell/ + cp dist/working/IfcOpenShell-0.7.0/src/ifcopenshell-python/ifcopenshell/validate.py dist/blenderbim/libs/site/packages/ifcopenshell/ # Provides bcf functionality cp -r dist/working/IfcOpenShell-0.7.0/src/bcf/src/bcf dist/blenderbim/libs/site/packages/ # Provides IFCClash functionality