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

pull/841/head
f4exb 2021-04-13 10:25:04 +02:00
rodzic 758c8a1bb0
commit b414900db1
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

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