File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 otool -L build/libsdrPlaySupport.so
3939 echo '--------------------------------------'
40- otool -l build/libsdrPlaySupport.so
40+ otool -l build/libsdrPlaySupport.so | grep -B1 -A4 LC_RPATH
4141 # - name: Install
4242 # run: |
4343 # cd build
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ endif ()
7272if (APPLE )
7373 add_custom_command (
7474 TARGET sdrPlaySupport POST_BUILD
75- COMMAND ${CMAKE_INSTALL_NAME_TOOL} -add-rpath /usr/local/lib "$<TARGET_FILE:sdrPlaySupport>"
75+ COMMAND ${CMAKE_INSTALL_NAME_TOOL} -add_rpath /usr/local/lib "$<TARGET_FILE:sdrPlaySupport>"
7676 COMMAND ${CMAKE_INSTALL_NAME_TOOL} -change libsdrplay_api.so.3 @rpath/libsdrplay_api.so.3 "$<TARGET_FILE:sdrPlaySupport>"
7777 )
7878endif (APPLE )
You can’t perform that action at this time.
0 commit comments