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