Commit c8b7c2a2 authored by Stefan Behnel's avatar Stefan Behnel

fix setup option clash

parent 93551a15
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment