We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749b360 commit b301392Copy full SHA for b301392
s5cmdUrls.cmake
@@ -43,7 +43,7 @@ endif()
43
44
if(APPLE)
45
set(archive "macos64")
46
- if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ARM64")
+ if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64")
47
set(archive "macosarm64")
48
endif()
49
0 commit comments