vlc/vlc-1.2 | branch: master | Rafaël Carré <[email protected]> | Thu Jan 12 
15:51:07 2012 -0500| [d0ebc8264f2e0c1a0daea8240e42dd75d4348431] | committer: 
Jean-Baptiste Kempf

VLCKit: fix bootstrap

the script was not only invalid but it wouldn't call bootstrap either
(cherry picked from commit fc4007ed496df3948f68d15167aa75d188791c6d)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=d0ebc8264f2e0c1a0daea8240e42dd75d4348431
---

 .../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 9825c8f..fec016f 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -626,7 +626,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "top_srcdir=`pwd`/../../..\n\nif test 
$ACTION = \"clean\"\nthen\n    exit 0\nfi\n\nif test \"$arch\" = \"x86_64\"; 
then\n    export 
PATH=$top_srcdir/contrib/x86_64-apple-darwin10:$PATH\nfi\n\nexport 
PATH=$top_srcdir/extras/tools/build/bin:$PATH\n\n";
+                       shellScript = "top_srcdir=`pwd`/../../..\n\nif test 
\"$ACTION\" = \"clean\"\nthen\n    exit 0\nfi\n\nif test \"$arch\" = 
\"x86_64\"; then\n    export 
PATH=$top_srcdir/contrib/x86_64-apple-darwin10:$PATH\nfi\n\nexport 
PATH=$top_srcdir/extras/tools/build/bin:$PATH\ncd \"$top_srcdir\" && 
./bootstrap\n";
                        showEnvVarsInLog = 0;
                };
                6337548010ED091D0072A0D9 /* make */ = {

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to