Build fat libgit2

This commit is contained in:
Romain Muller
2011-05-18 17:40:13 +02:00
parent 6d8982ab4b
commit b3cfd7fd0d
+1 -1
View File
@@ -20,7 +20,7 @@ buildAction () {
git submodule sync
git submodule update
cd libgit2
./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