diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index b2455a8c4b..2475f0b775 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -51,6 +51,9 @@ ifeq ($(PLATFORM), win) else # Unix Conda builds of PythonOCC expect OCE libs to have a RPATH of ../../../ cd dist/working && cp -r lib/* ../blenderbim/libs/ +endif +ifeq ($(PLATFORM), linux) + rm -rf dist/blenderbim/libs/oce-0.17 endif rm -rf dist/working