From: Pierre d'Herbemont Date: Thu, 3 Apr 2008 14:01:54 +0000 (+0200) Subject: macosx: Framework compilation fix about lua. X-Git-Tag: 0.9.0-test0~1602 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6feab08f8bebebae90d1f32e75b5c007ce1407d4;p=vlc macosx: Framework compilation fix about lua. --- diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh index 90876ae2c1..dbce54cadb 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