From d0db0492c7cba3a6e230afd070c8e209601372d6 Mon Sep 17 00:00:00 2001 From: lericson Date: Mon, 21 Sep 2009 15:37:57 +0200 Subject: [PATCH] Remove notes on Snow Leopard compilation. Not sure what this was for since it works out of the box for me. --- README.rst | 8 -------- 1 file changed, 8 deletions(-) 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 ==========