Browse Source

macosx/framework: contrib are fat now.

Pierre d'Herbemont 15 years ago
parent
commit
291b12d71c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VLCKit.xcodeproj/project.pbxproj

+ 1 - 1
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\nif test $ARCHS = \"x86_64\"\nthen\n    cd ../../../extras/contrib && ./bootstrap x86_64-apple-darwin10\nelse\n    cd ../../../extras/contrib && ./bootstrap\nfi";
+			shellScript = "if test $ACTION = \"clean\"\nthen\n    cd ../../../extras/contrib && make clean\n    exit 0\nfi\n\ncd ../../../extras/contrib && ./bootstrap";
 			showEnvVarsInLog = 0;
 		};
 		633BD6EB0D2ADF280012A314 /* make bin */ = {