Commit c221eff5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Make sure share/ and modules/ are next to vlc so that it can find them.

parent 384e4357
......@@ -143,6 +143,8 @@ if test "${ACTION}" = "build"; then
ln -sf Versions/Current/${include} .
ln -sf Versions/Current/${share} .
ln -sf Versions/Current/bin .
ln -sf ../modules Versions/Current/bin
ln -sf ../share Versions/Current/bin
popd > /dev/null
fi
......
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