Commit 60de9538 authored by Kirill Smelkov's avatar Kirill Smelkov

pyx.build: Add runtime/_libgolang.pxd to dependencies

I forgot to include it in ad00be70 (libgolang: Introduce runtimes).

/reviewed-on !17
parent ff9beb02
......@@ -205,6 +205,7 @@ def Extension(name, sources, **kw):
dependv = kw.get('depends', [])[:]
dependv.extend(['%s/golang/%s' % (pygo, _) for _ in [
'_golang.pxd',
'runtime/_libgolang.pxd',
'__init__.pxd',
'context.pxd',
'_context.pxd',
......
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