From: Stefan Behnel Date: Mon, 21 Jul 2008 17:17:35 +0000 (+0200) Subject: fix setup option clash X-Git-Tag: 0.9.8.1~113 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8b7c2a247917c35e639a0a1b03134e3db7b9142;p=cython.git fix setup option clash --- diff --git a/setup.py b/setup.py index 93793e3e..5feab3d1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ else: scripts = ["cython.py"] try: - sys.argv.remove("--no-compile") + sys.argv.remove("--no-cython-compile") except ValueError: try: from Cython.Compiler.Main import compile