Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit f28e28a

Browse files
committed
Fix failing build
1 parent 97e321d commit f28e28a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/blenderbim/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ ifeq ($(PLATFORM), win)
460460
endif
461461
rm -rf dist/working
462462

463-
# Required by hpp-fcl only on macosm1 it seems
463+
# Required by hpp-fcl except on Windows
464+
ifneq ($(PLATFORM), win)
464465
mkdir dist/working
465466
cd dist/working && wget $(QHULL_URL)
466467
cd dist/working && tar -xf qhull*
@@ -473,8 +474,8 @@ endif
473474
ifeq ($(PLATFORM), macosm1)
474475
cp -r dist/working/lib/*.dylib dist/blenderbim/libs/
475476
endif
476-
# Windows doesn't need qhull?
477477
rm -rf dist/working
478+
endif
478479

479480
# Required by hpp-fcl
480481
mkdir dist/working

0 commit comments

Comments
 (0)