Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created June 14, 2010 17:22
Show Gist options
  • Save brantfaircloth/437975 to your computer and use it in GitHub Desktop.
Save brantfaircloth/437975 to your computer and use it in GitHub Desktop.
--- matplotlib-0.99.3.orig/Makefile 2009-08-22 19:14:55.000000000 -0700
+++ matplotlib-0.99.3.update/Makefile 2010-06-14 09:42:37.000000000 -0700
@@ -29,7 +29,7 @@
_build_osx105:
- CFLAGS="-Os -arch i386 -arch ppc" LDFLAGS="-Os -arch i386 -arch ppc" python setup.py build
+ CFLAGS="-Os -arch x86_64 -arch i386" LDFLAGS="-Os -arch i386 -arch x86_64" python setup.py build
build_osx105:
echo "Use 'make -f fetch deps mpl_install instead'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment