diff --git a/cmake/ci/build_dsdcc.sh b/cmake/ci/build_dsdcc.sh index c03225cc5..d5089cc11 100644 --- a/cmake/ci/build_dsdcc.sh +++ b/cmake/ci/build_dsdcc.sh @@ -12,4 +12,3 @@ mkdir -p build && cd build cmake .. sudo make install sudo ldconfig -sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so diff --git a/cmake/ci/build_sdrangel.sh b/cmake/ci/build_sdrangel.sh index 8ea5358b3..d047f4abb 100755 --- a/cmake/ci/build_sdrangel.sh +++ b/cmake/ci/build_sdrangel.sh @@ -13,5 +13,7 @@ else *) cmake --build . ;; - esac + esac fi + +sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so