Fix #3722. Fix ifcopenshell pypi distribution to use modern manylinux tag for glibc 2.31.

This commit is contained in:
Dion Moult
2023-09-07 09:57:46 +10:00
parent 7935bd22c2
commit 2c2a37cacb
+1 -1
View File
@@ -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