From: Rafaël Carré Date: Mon, 4 Jan 2010 12:28:18 +0000 (+0100) Subject: Revert "macosx/framework: contrib are fat now." X-Git-Tag: 1.1.0-ff~1486 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d6be76f735e3497a363e1b4a3ed9854d87ed4942;p=vlc Revert "macosx/framework: contrib are fat now." This reverts commit f40ec470c9a04e91c9102c764db5b92828ad1849. --- diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj index a3d6ae4625..bd6ce1234d 100644 --- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj +++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj @@ -495,7 +495,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if test $ACTION = \"clean\"\nthen\n cd ../../../extras/contrib && make clean\n exit 0\nfi\n\ncd ../../../extras/contrib && ./bootstrap"; + shellScript = "if test $ACTION = \"clean\"\nthen\n cd ../../../extras/contrib && make clean\n exit 0\nfi\nif test $ARCHS = \"x86_64\"\nthen\n cd ../../../extras/contrib && ./bootstrap x86_64-apple-darwin10\nelse\n cd ../../../extras/contrib && ./bootstrap\nfi"; showEnvVarsInLog = 0; }; 633BD6EB0D2ADF280012A314 /* make bin */ = {