Minor fix.

Use PyPi windows build of fcl instead. https://github.com/BerkeleyAutomation/python-fcl/issues/17
This commit is contained in:
Dion Moult
2020-05-17 08:34:50 +10:00
parent e44eaf0ccd
commit ef5f86273e
+2 -2
View File
@@ -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