mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Appveyor Ubuntu build: moved dsdcc chrpath command to sdrangel build script
This commit is contained in:
parent
758c8a1bb0
commit
b414900db1
@ -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
|
||||
|
@ -13,5 +13,7 @@ else
|
||||
*)
|
||||
cmake --build .
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
fi
|
||||
|
||||
sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so
|
||||
|
Loading…
Reference in New Issue
Block a user