Skip to content
Snippets Groups Projects
Commit 23554de6 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

issue #5 mention added in the docs

parent 0421f3fe
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from setuptools import Extension
# and will be directed directly to Cython.Build.cythonize()
cython_multibuilds = [
# note that Windows-style pathes are supported on Linux build environment,
# the reverse not necessarily being true (issue #2)
# the reverse not necessarily being true (issue #5)
Multibuild('example_module', ['example_module/test.pyx', 'example_module/test2.pyx',
'example_module/test3/test3.pyx',
'example_module/test_n.c']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment