We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a0cf6 commit 22e4f18Copy full SHA for 22e4f18
build_libgit2.sh
@@ -20,7 +20,8 @@ buildAction () {
20
git submodule sync
21
git submodule update
22
cd libgit2
23
- CFLAGS='-arch i386 -arch x86_64' ./waf --out=$TARGET_TEMP_DIR --prefix=$TARGET_BUILD_DIR configure
+ CFLAGS='-arch i386 -arch x86_64'
24
+ ./waf --out=$TARGET_TEMP_DIR --prefix=$TARGET_BUILD_DIR configure
25
if [ $? != 0 ]; then
26
echo "error: failed to waf configure"
27
exit -1
0 commit comments