mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
deploy_macos: copy gst plugin dep in lib
This commit is contained in:
parent
aa66eb37de
commit
d2b1c8875e
1 changed files with 4 additions and 2 deletions
|
@ -67,7 +67,9 @@ function lib_dependency_copy
|
|||
echo "Unsupport path: $lib"
|
||||
fi
|
||||
else
|
||||
cp -n $lib $folder
|
||||
if [[ $lib != $target ]]; then
|
||||
cp -n $lib $folder
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
@ -105,7 +107,7 @@ lib_dependency_copy ${TARGETDIR}/lib/libsoup-2.4.1.dylib "${TARGETDIR}/bin"
|
|||
for file in ${TARGETDIR}/lib/gstreamer-1.0/*.dylib
|
||||
do
|
||||
echo "${file}"
|
||||
lib_dependency_copy ${file} "${TARGETDIR}/lib/gstreamer-1.0"
|
||||
lib_dependency_copy ${file} "${TARGETDIR}/lib/"
|
||||
done
|
||||
|
||||
test_ok cp -f "${PROJECTDIR}/macos/mac_launcher.sh" "${TARGETDIR}/bin/launcher.sh"
|
||||
|
|
Loading…
Reference in a new issue