]> git.sesse.net Git - vlc/commitdiff
macosx/framework: share folder should be in the framework.
authorPierre d'Herbemont <pdherbemont@free.fr>
Sat, 5 Sep 2009 00:15:49 +0000 (02:15 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sat, 5 Sep 2009 00:16:54 +0000 (02:16 +0200)
Else we won't have any lua scripts.

projects/macosx/framework/Pre-Compile.sh

index 4f98d7c96d9ee2518f1533a64d82be28bb98df80..d83cd9530f2bd364869bcfd266d3d6b56b306b6d 100644 (file)
@@ -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}
     
 
     ##########################