mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +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
|
||||
|
||||
ifeq ($(PLATFORM), linux)
|
||||
PLATFORMTAG:=manylinux1_x86_64
|
||||
PLATFORMTAG:=manylinux_2_31_x86_64
|
||||
endif
|
||||
ifeq ($(PLATFORM), macos)
|
||||
PLATFORMTAG:=macosx_10_15_x86_64
|
||||
|
||||
Reference in New Issue
Block a user