From 225f8c788b7ad66effd4bc36eee5b4b171f09e68 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 15 Nov 2020 22:15:53 +1100 Subject: [PATCH] Bump IFCJSON dep --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 151a8f7bf0..7a00ca9ba7 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -285,7 +285,7 @@ endif mkdir dist/working cd dist/working && wget https://github.com/IFCJSON-Team/IFC2JSON_python/archive/master.zip cd dist/working && unzip master.zip - cp -r dist/working/IFC2JSON_python-master/ifcjson dist/blenderbim/libs/site/packages/ + cp -r dist/working/IFC2JSON_python-master/file_converters/ifcjson dist/blenderbim/libs/site/packages/ rm -rf dist/working # Provides IFCPatch functionality