Commit f40ec470 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: contrib are fat now.

parent 5a20b90e
...@@ -495,7 +495,7 @@ ...@@ -495,7 +495,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; 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; showEnvVarsInLog = 0;
}; };
633BD6EB0D2ADF280012A314 /* make bin */ = { 633BD6EB0D2ADF280012A314 /* make bin */ = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment