Skip to content

Commit 2388228

Browse files
committed
test #4
1 parent a8243d5 commit 2388228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif ()
7272
if(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
)
7878
endif(APPLE)

0 commit comments

Comments
 (0)