From f0733cb14805f8472b0d22c59c47487b1f3598bf Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 3 Mar 2023 20:53:10 +1100 Subject: [PATCH] Minor hotfix --- src/blenderbim/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index a8c9fd0c95..d77b8b769f 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -209,6 +209,7 @@ endif 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/ + cp dist/working/IfcOpenShell-0.7.0/src/ifcopenshell-python/ifcopenshell/express/rule_executor.py dist/blenderbim/libs/site/packages/ifcopenshell/express/ # Provides bcf functionality cp -r dist/working/IfcOpenShell-0.7.0/src/bcf/src/bcf dist/blenderbim/libs/site/packages/ # Provides IFCClash functionality