Skip to content

Commit

Permalink
update the package name for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskf committed Apr 9, 2024
1 parent 480ece5 commit 60f1aa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,14 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
endif()
endif()

if (NOT APPLE AND UNIX)
if (__ARM_NEON)
set (SYSTEM_NAME "Linux-arm")
else()
set (SYSTEM_NAME "Linux-intel")
endif()
endif()

if (BINARY32)
set (SYSTEM_NAME "${SYSTEM_NAME}32")
endif()
Expand Down

0 comments on commit 60f1aa6

Please sign in to comment.