Commit 859593f9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

Else we won't have any lua scripts.
parent bb7e54f6
...@@ -157,14 +157,10 @@ if test "${ACTION}" = "build"; then ...@@ -157,14 +157,10 @@ if test "${ACTION}" = "build"; then
########################## ##########################
# Build the share folder # Build the share folder
if [ "$FULL_PRODUCT_NAME" = "VLC-release.app" ] ; then echo "Building share folder..."
echo "Building share folder..." pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks"
pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks" mkdir -p ${target_share}
mkdir -p ${target_share} $pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
$pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
else
echo "Share folder not needed for this product"
fi
########################## ##########################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment