[vlc-devel] commit: macosx/framework: contrib are fat now. (Pierre d'Herbemont )
git version control
git at videolan.org
Fri Jan 1 18:44:22 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Jan 1 18:42:30 2010 +0100| [f40ec470c9a04e91c9102c764db5b92828ad1849] | committer: Pierre d'Herbemont
macosx/framework: contrib are fat now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f40ec470c9a04e91c9102c764db5b92828ad1849
---
.../framework/VLCKit.xcodeproj/project.pbxproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index bd6ce12..a3d6ae4 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/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 */ = {
More information about the vlc-devel
mailing list