Bläddra i källkod

macosx/framework: share folder should be in the framework.

Else we won't have any lua scripts.
Pierre d'Herbemont 16 år sedan
förälder
incheckning
9534710f82
1 ändrade filer med 4 tillägg och 8 borttagningar
  1. 4 8
      Pre-Compile.sh

+ 4 - 8
Pre-Compile.sh

@@ -157,14 +157,10 @@ if test "${ACTION}" = "build"; then
 
     ##########################
     # Build the share folder
-    if [ "$FULL_PRODUCT_NAME" = "VLC-release.app" ] ; then
-        echo "Building share folder..."
-        pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks"
-        mkdir -p ${target_share}
-        $pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
-    else
-        echo "Share folder not needed for this product"
-    fi 
+    echo "Building share folder..."
+    pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks"
+    mkdir -p ${target_share}
+    $pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
     
 
     ##########################