From b414900db1108fd73718b43c9522bfee8d950c0d Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 13 Apr 2021 10:25:04 +0200 Subject: [PATCH] Appveyor Ubuntu build: moved dsdcc chrpath command to sdrangel build script --- cmake/ci/build_dsdcc.sh | 1 - cmake/ci/build_sdrangel.sh | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) 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