Appveyor Ubuntu build: moved dsdcc chrpath command to sdrangel build script

This commit is contained in:
f4exb 2021-04-13 10:25:04 +02:00
parent 758c8a1bb0
commit b414900db1
2 changed files with 3 additions and 2 deletions

View File

@ -12,4 +12,3 @@ mkdir -p build && cd build
cmake .. cmake ..
sudo make install sudo make install
sudo ldconfig sudo ldconfig
sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so

View File

@ -13,5 +13,7 @@ else
*) *)
cmake --build . cmake --build .
;; ;;
esac esac
fi fi
sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so