Skip to content

Commit

Permalink
Include darwin-debug executable on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Apr 10, 2024
1 parent 100bf82 commit 1435c6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ if (APPLE)
DESTINATION ${LIBRARY_OUTPUT_DIRECTORY_PATH}/lldb/bin
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
file(
COPY ${LLDB_PATH}/bin/darwin-debug
DESTINATION ${LIBRARY_OUTPUT_DIRECTORY_PATH}/lldb/bin
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
file(
COPY ${LLDB_PATH}/lib/liblldb.${LLVM_VERSION}.dylib
DESTINATION ${LIBRARY_OUTPUT_DIRECTORY_PATH}/lldb/lib
Expand Down

0 comments on commit 1435c6b

Please sign in to comment.