From 22e4f1894ffd76a3fadddecf2396ffd3ad06d813 Mon Sep 17 00:00:00 2001 From: German Laullon Date: Thu, 19 May 2011 11:15:08 +0200 Subject: [PATCH] build_libgit2.sh bug --- build_libgit2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_libgit2.sh b/build_libgit2.sh index dfbb003..15b92ea 100755 --- a/build_libgit2.sh +++ b/build_libgit2.sh @@ -20,7 +20,8 @@ buildAction () { git submodule sync git submodule update cd libgit2 - CFLAGS='-arch i386 -arch x86_64' ./waf --out=$TARGET_TEMP_DIR --prefix=$TARGET_BUILD_DIR configure + CFLAGS='-arch i386 -arch x86_64' + ./waf --out=$TARGET_TEMP_DIR --prefix=$TARGET_BUILD_DIR configure if [ $? != 0 ]; then echo "error: failed to waf configure" exit -1