[vlc-devel] commit: macosx/framework: Make sure share/ and modules/ are next to vlc so that it can find them. (Pierre d'Herbemont )

git version control git at videolan.org
Wed Dec 30 04:58:11 CET 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Dec 30 04:04:02 2009 +0100| [c221eff5efd3ee3413b909b7630696f78ac8c5fa] | committer: Pierre d'Herbemont 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c221eff5efd3ee3413b909b7630696f78ac8c5fa
---

 projects/macosx/framework/Pre-Compile.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index aa17809..f274180 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




More information about the vlc-devel mailing list