]> git.sesse.net Git - vlc/commitdiff
VLCKit: uses new command line syle for bootstrapping contribs.
authorSebastien Zwickert <dilaroga@free.fr>
Mon, 19 Sep 2011 23:06:31 +0000 (01:06 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Sep 2011 23:24:13 +0000 (01:24 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 38cc8a779c274630e5a1e4ac86731bb177a76c58..bd24f7ec165365eaa7dbae62d2f0738fbb17f0cc 100644 (file)
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "cd ../../../extras/contrib\n\nif test $ACTION = \"clean\"\nthen\n    make clean\n    exit 0\nfi\n\necho \"Building a set of contribs for $ARCHS...\"\necho \"\"\n\nfor arch in $ARCHS; do\n\techo \"Making contribs for $arch\"\n    rm -rf ./tmp\n\tif test \"$arch\" = \"x86_64\"; then\n          ./bootstrap x86_64-apple-darwin10\n\telse\n          ./bootstrap\n\tfi\n\tmake\ndone\n";
+                       shellScript = "cd ../../../extras/contrib\n\nif test $ACTION = \"clean\"\nthen\n    make clean\n    exit 0\nfi\n\necho \"Building a set of contribs for $ARCHS...\"\necho \"\"\n\nfor arch in $ARCHS; do\n\techo \"Making contribs for $arch\"\n    rm -rf ./tmp\n\tif test \"$arch\" = \"x86_64\"; then\n          ./bootstrap -t x86_64-apple-darwin10\n\telse\n          ./bootstrap\n\tfi\n\tmake\ndone\n";
                        showEnvVarsInLog = 0;
                };
                63FFDBCD0D2AE2AE0092FC96 /* configure */ = {