From c221eff5efd3ee3413b909b7630696f78ac8c5fa Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 30 Dec 2009 04:04:02 +0100 Subject: [PATCH] macosx/framework: Make sure share/ and modules/ are next to vlc so that it can find them. --- projects/macosx/framework/Pre-Compile.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2