Skip to content

Commit 60f1aa6

Browse files
committed
update the package name for Linux
1 parent 480ece5 commit 60f1aa6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,14 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
937937
endif()
938938
endif()
939939

940+
if (NOT APPLE AND UNIX)
941+
if (__ARM_NEON)
942+
set (SYSTEM_NAME "Linux-arm")
943+
else()
944+
set (SYSTEM_NAME "Linux-intel")
945+
endif()
946+
endif()
947+
940948
if (BINARY32)
941949
set (SYSTEM_NAME "${SYSTEM_NAME}32")
942950
endif()

0 commit comments

Comments
 (0)