Browse Source

macosx/framework: Don't run bootstrap after building the contrib.

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

+ 1 - 1
VLCKit.xcodeproj/project.pbxproj

@@ -506,7 +506,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if test \"$ACTION\" = \"clean\"; then\n    exit 0\nfi\nif test \"$ARCHS\" = \"x86_64\"; then\n    cd ../../../extras/contrib && make && ./bootstrap\nelse\n    cd ../../../extras/contrib && make\nfi";
+			shellScript = "if test \"$ACTION\" = \"clean\"; then\n    exit 0\nfi\ncd ../../../extras/contrib && make\n";
 			showEnvVarsInLog = 0;
 		};
 		63FFDBCD0D2AE2AE0092FC96 /* configure */ = {