Commit 55f0dad0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/Pre-Compile.sh: Use pbxcp instead of cp.

parent 1b431f4b
......@@ -117,6 +117,7 @@ if test "${ACTION}" = "build"; then
##########################
# Build the library folder (Same as VLCKit.framework/lib in Makefile)
echo "Building share folder..."
cp -R ${VLC_BUILD_DIR}/share/luameta ${target_share}
cp -R ${VLC_BUILD_DIR}/share/luaplaylist ${target_share}
pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks"
$pbxcp ${VLC_BUILD_DIR}/share/luameta ${target_share}
$pbxcp ${VLC_BUILD_DIR}/share/luaplaylist ${target_share}
fi
\ No newline at end of file
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