Skip to content

Instantly share code, notes, and snippets.

@tpoechtrager
Created September 24, 2014 17:56
Show Gist options
  • Save tpoechtrager/52df0353240c4ad218e9 to your computer and use it in GitHub Desktop.
Save tpoechtrager/52df0353240c4ad218e9 to your computer and use it in GitHub Desktop.
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