[vlc-devel] commit: VLCKit: Typo and create a link to include and share. (Pierre d' Herbemont )
git version control
git at videolan.org
Fri Jun 13 16:32:35 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun 13 16:29:32 2008 +0200| [1d23debf78f42a459c4ddef8ffeee8c17ac8694f]
VLCKit: Typo and create a link to include and share.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d23debf78f42a459c4ddef8ffeee8c17ac8694f
---
projects/macosx/framework/Pre-Compile.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index ddbbdf3..b921a92 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -29,7 +29,7 @@ if test "${ACTION}" = "build"; then
target_lib="${target}/${lib}" # Should we consider using a different well-known folder like shared resources?
target_modules="${target}/${modules}" # Should we consider using a different well-known folder like shared resources?
target_share="${target}/${share}" # Should we consider using a different well-known folder like shared resources?
- target_include="${target}/${share}" # Should we consider using a different well-known folder like shared resources?
+ target_include="${target}/${include}" # Should we consider using a different well-known folder like shared resources?
linked_libs=" "
##########################
@@ -124,6 +124,8 @@ if test "${ACTION}" = "build"; then
ln -sf Versions/Current/${lib} .
ln -sf Versions/Current/${modules} .
+ ln -sf Versions/Current/${include} .
+ ln -sf Versions/Current/${share} .
popd > /dev/null
fi
More information about the vlc-devel
mailing list