mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Fix #3722. Fix ifcopenshell pypi distribution to use modern manylinux tag for glibc 2.31.
This commit is contained in:
@@ -38,7 +38,7 @@ PYNUMBER:=311
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM), linux)
|
ifeq ($(PLATFORM), linux)
|
||||||
PLATFORMTAG:=manylinux1_x86_64
|
PLATFORMTAG:=manylinux_2_31_x86_64
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM), macos)
|
ifeq ($(PLATFORM), macos)
|
||||||
PLATFORMTAG:=macosx_10_15_x86_64
|
PLATFORMTAG:=macosx_10_15_x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user