From: Pierre d'Herbemont Date: Sat, 5 Sep 2009 00:15:49 +0000 (+0200) Subject: macosx/framework: share folder should be in the framework. X-Git-Tag: 1.1.0-ff~3529 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=859593f9a938f7f4c628c2f53a0dadd53c12da53;p=vlc macosx/framework: share folder should be in the framework. Else we won't have any lua scripts. --- diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh index 4f98d7c96d..d83cd9530f 100644 --- a/projects/macosx/framework/Pre-Compile.sh +++ b/projects/macosx/framework/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} ##########################