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 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})