From ef5f86273e2165b57013b528c54d260ac9005d15 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 17 May 2020 08:34:50 +1000 Subject: [PATCH] Minor fix. Use PyPi windows build of fcl instead. https://github.com/BerkeleyAutomation/python-fcl/issues/17 --- src/ifcblenderexport/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 5c58cbbe97..33b44a6987 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -173,8 +173,8 @@ endif ifeq ($(PLATFORM), win) mkdir dist/working - cd dist/working && wget https://blenderbim.org/builds/fcl-py37-win.zip - cd dist/working && unzip fcl* + cd dist/working && wget https://files.pythonhosted.org/packages/19/e6/6e9f33fb59e8f27c0e1592bd26e644bc92b85c942b072b2d3854105d5887/python_fcl_win32-0.0.12.post3-py3-none-win_amd64.whl + cd dist/working && unzip python_fcl* cp -r dist/working/fcl dist/blenderbim/libs/site/packages/ rm -rf dist/working endif