Remove unnecessary cmake files for linux builds

This commit is contained in:
Dion Moult
2020-04-11 11:11:53 +10:00
parent 65a9d6ac50
commit 3562b566d0
+3
View File
@@ -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