Created
September 24, 2014 17:56
-
-
Save tpoechtrager/52df0353240c4ad218e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build.sh b/build.sh | |
index a547bfe..ec09f05 100755 | |
--- a/build.sh | |
+++ b/build.sh | |
@@ -191,6 +191,9 @@ popd &>/dev/null | |
patch -p0 < $PATCH_DIR/cctools-ld64-1.patch | |
patch -p0 < $PATCH_DIR/cctools-ld64-2.patch | |
echo "" | |
+which autogen | |
+which automake | |
+which autoconf | |
./autogen.sh | |
./configure --prefix=$TARGET_DIR --target=x86_64-apple-$TARGET | |
$MAKE -j$JOBS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment