Skip to content

Commit

Permalink
test #4
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent a8243d5 commit 2388228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
otool -L build/libsdrPlaySupport.so
echo '--------------------------------------'
otool -l build/libsdrPlaySupport.so
otool -l build/libsdrPlaySupport.so | grep -B1 -A4 LC_RPATH
#- name: Install
# run: |
# cd build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif ()
if(APPLE)
add_custom_command(
TARGET sdrPlaySupport POST_BUILD
COMMAND ${CMAKE_INSTALL_NAME_TOOL} -add-rpath /usr/local/lib "$<TARGET_FILE:sdrPlaySupport>"
COMMAND ${CMAKE_INSTALL_NAME_TOOL} -add_rpath /usr/local/lib "$<TARGET_FILE:sdrPlaySupport>"
COMMAND ${CMAKE_INSTALL_NAME_TOOL} -change libsdrplay_api.so.3 @rpath/libsdrplay_api.so.3 "$<TARGET_FILE:sdrPlaySupport>"
)
endif(APPLE)
Expand Down

0 comments on commit 2388228

Please sign in to comment.