mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Add platform tag for linuxarm64 in Makefile #7325
This commit is contained in:
@@ -55,6 +55,9 @@ endif
|
||||
ifeq ($(PLATFORM), linux64)
|
||||
PLATFORMTAG:=manylinux_2_31_x86_64
|
||||
endif
|
||||
ifeq ($(PLATFORM), linuxarm64)
|
||||
PLATFORMTAG:=manylinux_2_31_aarch64
|
||||
endif
|
||||
ifeq ($(PLATFORM), macos64)
|
||||
PLATFORMTAG:=macosx_10_15_x86_64
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user