Skip to content

Commit

Permalink
fix: Ensure expected macOS arm64 archive is downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 14, 2024
1 parent 749b360 commit b301392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s5cmdUrls.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif()

if(APPLE)
set(archive "macos64")
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ARM64")
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64")
set(archive "macosarm64")
endif()
endif()
Expand Down

0 comments on commit b301392

Please sign in to comment.