Commit a1fe3353 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

No real reason but it might bite someone sooner or later

parent 2dc08fb1
......@@ -558,7 +558,7 @@ if __name__ == '__main__':
libpath = pyx_to_dll(os.path.join("Cython", "Runtime", "refnanny.pyx"),
build_in_temp=True,
pyxbuild_dir=os.path.join(WORKDIR, "support"))
sys.path.append(os.path.split(libpath)[0])
sys.path.insert(0, os.path.split(libpath)[0])
CFLAGS.append("-DCYTHON_REFNANNY")
test_bugs = 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