diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index b36b8394ad..23aa47d9f7 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -62,6 +62,8 @@ endif cp -r dist/working/IfcOpenShell-0.6.0/src/ifccsv/* dist/blenderbim/libs/site/packages/ # Provides IFCPatch functionality cp -r dist/working/IfcOpenShell-0.6.0/src/ifcpatch/ifcpatch dist/blenderbim/libs/site/packages/ + # Provides IFCP6 functionality + cp -r dist/working/IfcOpenShell-0.6.0/src/ifcp6/ifcp6 dist/blenderbim/libs/site/packages/ rm -rf dist/working # Provides Mustache templating in construction documentation