From 59451cb90c069419f3073152ae055efe32c11b4b Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 6 Jan 2023 11:16:10 +1100 Subject: [PATCH] Fix #2664. Package with latest IfcOpenShell build. See #2670. --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 3b9f006ed4..8493079508 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -47,7 +47,7 @@ PYNUMBER:=39 endif ifeq ($(PYVERSION), py310) PYLIBDIR:=python3.10 -PYNUMBER:=31 +PYNUMBER:=310 endif ifeq ($(PLATFORM), linux)