From f518bbfb0074b891800db111b97fd2d7be97ca32 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 14 Mar 2022 16:48:44 +1100 Subject: [PATCH] Minor fix --- src/blenderbim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index e54401ba86..af7caa2423 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -310,7 +310,6 @@ ifeq ($(PLATFORM), win) cp -r dist/working/Library/bin/*.dll dist/blenderbim/libs/site/packages/hppfcl/ endif rm -rf dist/working -endif # Required by hpp-fcl mkdir dist/working @@ -386,6 +385,8 @@ ifeq ($(PLATFORM), win) cp -r dist/working/Library/bin/*.dll dist/blenderbim/libs/site/packages/hppfcl/ endif rm -rf dist/working +# https://github.com/humanoid-path-planner/hpp-fcl/issues/272 +endif # Required by BIMTester mkdir dist/working