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 6d8982a commit b3cfd7fCopy full SHA for b3cfd7f
build_libgit2.sh
@@ -20,7 +20,7 @@ buildAction () {
20
git submodule sync
21
git submodule update
22
cd libgit2
23
- ./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
24
if [ $? != 0 ]; then
25
echo "error: failed to waf configure"
26
exit -1
0 commit comments