瀏覽代碼

macosx: Framework compilation fix about lua.

Pierre d'Herbemont 17 年之前
父節點
當前提交
673bbe9bf7
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      Pre-Compile.sh

+ 2 - 3
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