]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Don't run bootstrap after building the contrib.
authorPierre d'Herbemont <pdherbemont@free.fr>
Fri, 18 Dec 2009 01:23:41 +0000 (02:23 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 18 Dec 2009 01:23:41 +0000 (02:23 +0100)
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index b1d173cb573d87047b7b69e1454d2d16f393df85..6b052c0fe08309b45d03ba87c35f21d094cd9e46 100644 (file)
                        );
                        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 */ = {