Commit 3d8e9951 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.

parent c6dadfb1
......@@ -92,7 +92,8 @@ if test "${ACTION}" = "build"; then
if [ "$FULL_PRODUCT_NAME" = "VLC-release.app" ] ; then
prefix=".libs/"
install_library "${VLC_BUILD_DIR}/src/${prefix}vlc" "${target}" "bin" "@loader_path/lib"
install ${target}/vlc ${target}/VLC
mv ${target}/vlc ${target}/VLC
chmod +x ${target}/VLC
suffix="dylib"
else
prefix=""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment