Skip to content

Instantly share code, notes, and snippets.

@vvavrychuk
Created July 6, 2014 19:40
Show Gist options
  • Save vvavrychuk/f018729b49626be6e7b0 to your computer and use it in GitHub Desktop.
Save vvavrychuk/f018729b49626be6e7b0 to your computer and use it in GitHub Desktop.
diff --git a/lib/buildit b/lib/buildit
index f44d673..d43807d 100755
--- a/lib/buildit
+++ b/lib/buildit
@@ -91,7 +91,7 @@ case $TRIPLE in
done
;;
esac
-$CC *.o $RC_CFLAGS $LDSHARED_FLAGS $EXTRA_FLAGS
+ar cru libc++abi.a *.o
if [ -z $RC_XBS ]
then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment