Skip to content

Commit

Permalink
build: Amend last commit (don't start type git in the wrong window...)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jun 28, 2018
1 parent 6391c6f commit 917ab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,5 +435,5 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
message(STATUS "OSX: Changing LLDB rpath")
add_custom_command(TARGET ${KCOV}
POST_BUILD COMMAND
gi${CMAKE_INSTALL_NAME_TOOL} -change @rpath/LLDB.framework/LLDB /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB $<TARGET_FILE:${KCOV}>)
${CMAKE_INSTALL_NAME_TOOL} -change @rpath/LLDB.framework/LLDB /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB $<TARGET_FILE:${KCOV}>)
endif()

0 comments on commit 917ab97

Please sign in to comment.