mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
uninstalled: symlinks are not needed anymore
This commit is contained in:
parent
33398d7de8
commit
08543384f1
1 changed files with 0 additions and 6 deletions
|
|
@ -21,12 +21,6 @@ while getopts ":b:v:" opt; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ! -z "${VERSION}" ]; then
|
|
||||||
ln -frs ${BUILDDIR}/pipewire-pulseaudio/src/libpulse-pw.so.${VERSION} ${BUILDDIR}/pipewire-pulseaudio/src/libpulse.so.0
|
|
||||||
ln -frs ${BUILDDIR}/pipewire-pulseaudio/src/libpulse-mainloop-glib-pw.so.${VERSION} ${BUILDDIR}/pipewire-pulseaudio/src/libpulse-mainloop-glib.so.0
|
|
||||||
ln -frs ${BUILDDIR}/pipewire-jack/src/libjack-pw.so.${VERSION} ${BUILDDIR}/pipewire-jack/src/libjack.so.0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "${BUILDDIR}" ]; then
|
if [ -z "${BUILDDIR}" ]; then
|
||||||
BUILDDIR=${PWD}/build
|
BUILDDIR=${PWD}/build
|
||||||
echo "Using default build directory: ${BUILDDIR}"
|
echo "Using default build directory: ${BUILDDIR}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue