From 19d3208744082b0e943d6a8b8d5f9424ef6bafec Mon Sep 17 00:00:00 2001 From: Vukas Pajic Date: Thu, 29 Sep 2022 14:08:24 +0200 Subject: [PATCH] add Shapely.libs --- src/blenderbim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index b47d8a9202..4472e26200 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -332,7 +332,8 @@ endif mkdir dist/working cd dist/working && wget $(SHAPELY_URL) cd dist/working && cp *.whl shapely.zip && unzip shapely.zip - cp -r dist/working/Shapely-1.8.4/shapely dist/blenderbim/libs/site/packages/ + cp -r dist/working/shapely dist/blenderbim/libs/site/packages/ + cp -r dist/working/Shapely.libs dist/blenderbim/libs/site/packages/ rm -rf dist/working # Required by xerparser and IFC4D