From fcbb6e60acf4cae493f721f08edfe3f1d3f35208 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 9 Nov 2021 10:05:06 +1100 Subject: [PATCH] Another Makefile fix :( --- src/blenderbim/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 88877ae1ac..d87c9a49b8 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -257,12 +257,6 @@ endif cp -r dist/working/tqdm-4.50.0/tqdm dist/blenderbim/libs/site/packages/ rm -rf dist/working - # Required by IFCClash - mkdir dist/working - cd dist/working && wget $(HPPFCL_URL) - cd dist/working && tar -xf hpp-fcl* - rm -rf dist/working - # Required by IFCCityJSON mkdir dist/working cd dist/working && python -m venv env @@ -271,6 +265,10 @@ endif cp -r dist/working/site-packages/* dist/blenderbim/libs/site/packages/ rm -rf dist/working + # Required by IFCClash + mkdir dist/working + cd dist/working && wget $(HPPFCL_URL) + cd dist/working && tar -xf hpp-fcl* ifeq ($(PLATFORM), linux) cp -r dist/working/lib/$(PYLIBDIR)/site-packages/hppfcl dist/blenderbim/libs/site/packages/ cp -r dist/working/lib/*.so* dist/blenderbim/libs/