Remove notes on Snow Leopard compilation.

Not sure what this was for since it works out of the box for me.
This commit is contained in:
lericson 2009-09-21 15:37:57 +02:00
parent 7773d83b69
commit d0db0492c7

View File

@ -53,14 +53,6 @@ IRC
``#sendapatch`` on ``chat.freenode.net``.
Compiling on Snow Leopard
=========================
Since, for some reason, compiling Python extensions under Mac OS X 10.6 won't
use the proper ``-arch`` flag to ``gcc``, here's how you'd do it::
$ CFLAGS="-arch x86_64" LDFLAGS="-arch x86_64" python setup.py build
Change Log
==========