From d6be76f735e3497a363e1b4a3ed9854d87ed4942 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 4 Jan 2010 13:28:18 +0100 Subject: [PATCH] Revert "macosx/framework: contrib are fat now." This reverts commit f40ec470c9a04e91c9102c764db5b92828ad1849. --- projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ = { -- 2.39.2