Commit 0afe6e15 authored by Stefan Behnel's avatar Stefan Behnel

remove warning about unknown Extension option

parent ccaa5ea3
......@@ -72,7 +72,6 @@ class CythonCompileTestCase(unittest.TestCase):
module,
sources = [os.path.join(directory, module + '.pyx')],
extra_compile_args = CFLAGS,
pyrex_c_in_temp = 1
)
build_extension.extensions = [extension]
build_extension.build_temp = workdir
......
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