]> git.sesse.net Git - vlc/commitdiff
macosx: Framework compilation fix about lua.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 3 Apr 2008 14:01:54 +0000 (16:01 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 3 Apr 2008 14:02:54 +0000 (16:02 +0200)
projects/macosx/framework/Pre-Compile.sh

index 90876ae2c168f9f92170295dad06a8c05cd00a31..dbce54cadbe3a3f20e273a2f0422cddff712b0ed 100644 (file)
@@ -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