Skip to content

Commit

Permalink
Install LLVM on macOS as part of build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 3, 2024
1 parent 2a80dd4 commit 6ac3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objcopy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
# Include the CMakeFindBinUtils module to find objcopy
include(CMakeFindBinUtils)
else()
find_program(CMAKE_OBJCOPY llvm-objcopy)
find_program(CMAKE_OBJCOPY llvm-objcopy HINTS /opt/homebrew/opt/llvm/bin)
endif()

# Ensure objcopy is available
Expand Down

0 comments on commit 6ac3f2d

Please sign in to comment.