Fix #2664. Package with latest IfcOpenShell build. See #2670.

This commit is contained in:
Dion Moult
2023-01-06 11:16:10 +11:00
parent 53bf746227
commit 59451cb90c
+1 -1
View File
@@ -47,7 +47,7 @@ PYNUMBER:=39
endif
ifeq ($(PYVERSION), py310)
PYLIBDIR:=python3.10
PYNUMBER:=31
PYNUMBER:=310
endif
ifeq ($(PLATFORM), linux)