From: Pierre d'Herbemont Date: Thu, 10 Jan 2008 21:22:22 +0000 (+0000) Subject: MacOSX/Framework/Pre-Compile.sh: Use pbxcp instead of cp. X-Git-Tag: 0.9.0-test0~3538 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=55f0dad0bff8b1473b2c39a09c52c84832d98c0b MacOSX/Framework/Pre-Compile.sh: Use pbxcp instead of cp. --- diff --git a/extras/MacOSX/Framework/Pre-Compile.sh b/extras/MacOSX/Framework/Pre-Compile.sh index c5f1abcc30..a4c058128b 100644 --- a/extras/MacOSX/Framework/Pre-Compile.sh +++ b/extras/MacOSX/Framework/Pre-Compile.sh @@ -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