From c7a27bfa07f4dc81b1d255c3ce162e55f521cbba Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sun, 16 Jun 2024 09:56:42 +0100 Subject: [PATCH 1/2] Update SDRplay API to 3.15 on Mac --- plugins/samplesource/sdrplayv3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/samplesource/sdrplayv3/CMakeLists.txt b/plugins/samplesource/sdrplayv3/CMakeLists.txt index cee80415c..420f368a3 100644 --- a/plugins/samplesource/sdrplayv3/CMakeLists.txt +++ b/plugins/samplesource/sdrplayv3/CMakeLists.txt @@ -60,7 +60,7 @@ target_link_libraries(${TARGET_NAME} if (APPLE AND (CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL arm64)) add_custom_command(TARGET ${TARGET_NAME} POST_BUILD COMMAND - ${CMAKE_INSTALL_NAME_TOOL} -change libsdrplay_api.so.3.14 /usr/local/lib/libsdrplay_api.so.3.14 $) + ${CMAKE_INSTALL_NAME_TOOL} -change libsdrplay_api.so.3.15 /usr/local/lib/libsdrplay_api.so.3.15 $) endif() install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER}) From 625027c35ef3630d72ca5b172701b9784b3ceedc Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sun, 16 Jun 2024 10:02:28 +0100 Subject: [PATCH 2/2] Update external/windows to latest sdrangel-windows-libraries --- external/windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/windows b/external/windows index da914afa4..78080b6e8 160000 --- a/external/windows +++ b/external/windows @@ -1 +1 @@ -Subproject commit da914afa4b7f2453882953ca1bf292bb83093626 +Subproject commit 78080b6e8cb50c5933fd3f92c8c789c5b7959710