From: Pierre d'Herbemont Date: Wed, 30 Dec 2009 03:04:02 +0000 (+0100) Subject: macosx/framework: Make sure share/ and modules/ are next to vlc so that it can find... X-Git-Tag: 1.1.0-ff~1611 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c221eff5efd3ee3413b909b7630696f78ac8c5fa;p=vlc macosx/framework: Make sure share/ and modules/ are next to vlc so that it can find them. --- diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh index aa17809430..f274180b61 100644 --- a/projects/macosx/framework/Pre-Compile.sh +++ b/projects/macosx/framework/Pre-Compile.sh @@ -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