Commit 756b7955 authored by Stefan Behnel's avatar Stefan Behnel

Fix minimal compile mode. FlowControl.py also needs to be compiled since it...

Fix minimal compile mode. FlowControl.py also needs to be compiled since it depends on the C level interface of Visitor.py.
parent 11a9e73a
......@@ -84,6 +84,7 @@ def compile_cython_modules(profile=False, coverage=False, compile_minimal=False,
compiled_modules = [
"Cython.Plex.Actions",
"Cython.Plex.Scanners",
"Cython.Compiler.FlowControl",
"Cython.Compiler.Scanning",
"Cython.Compiler.Visitor",
"Cython.Runtime.refnanny",
......@@ -93,7 +94,6 @@ def compile_cython_modules(profile=False, coverage=False, compile_minimal=False,
"Cython.Plex.Machines",
"Cython.Plex.Transitions",
"Cython.Plex.DFA",
"Cython.Compiler.FlowControl",
"Cython.Compiler.FusedNode",
"Cython.Tempita._tempita",
"Cython.StringIOTree",
......
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