[vlc-devel] commit: macosx: Framework compilation fix about lua. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Apr 3 16:02:21 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Apr 3 16:01:54 2008 +0200| [6feab08f8bebebae90d1f32e75b5c007ce1407d4]
macosx: Framework compilation fix about lua.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6feab08f8bebebae90d1f32e75b5c007ce1407d4
---
projects/macosx/framework/Pre-Compile.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 90876ae..dbce54c 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -149,8 +149,7 @@ if test "${ACTION}" = "build"; then
##########################
# Build the share folder
echo "Building share folder..."
- pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks"
+ pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks"
mkdir -p ${target_share}
- $pbxcp ${VLC_SRC_DIR}/share/luameta ${target_share}
- $pbxcp ${VLC_SRC_DIR}/share/luaplaylist ${target_share}
+ $pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
fi
More information about the vlc-devel
mailing list