Commit 8e23083c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 25c3184d
......@@ -29,13 +29,8 @@ import os
import sys
os.environ['CFLAGS'] = '-g -O0' # XXX temp
os.environ['CXXFLAGS'] = '-g -O0' # XXX temp
# tell cython to resolve `cimport wendelin.*` modules hierarcy starting at top-level.
# see wendelin.py for details.
# XXX hack
from Cython.Compiler.Main import Context as CyContext
cy_search_inc_dirs = CyContext.search_include_directories
def wendelin_cy_searh_in_dirs(self, qualified_name, suffix, pos, include=False, sys_path=False):
......
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