diff --git a/README.rst b/README.rst index 32f2659..3bead09 100644 --- a/README.rst +++ b/README.rst @@ -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 ==========