Skip to content

Commit 22e4f18

Browse files
committed
build_libgit2.sh bug
1 parent e4a0cf6 commit 22e4f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_libgit2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ buildAction () {
2020
git submodule sync
2121
git submodule update
2222
cd libgit2
23-
CFLAGS='-arch i386 -arch x86_64' ./waf --out=$TARGET_TEMP_DIR --prefix=$TARGET_BUILD_DIR configure
23+
CFLAGS='-arch i386 -arch x86_64'
24+
./waf --out=$TARGET_TEMP_DIR --prefix=$TARGET_BUILD_DIR configure
2425
if [ $? != 0 ]; then
2526
echo "error: failed to waf configure"
2627
exit -1

0 commit comments

Comments
 (0)