1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-15 12:18:48 -04:00

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
-1
View File
@@ -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
+3 -1
View File
@@ -13,5 +13,7 @@ else
*)
cmake --build .
;;
esac
esac
fi
sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so