Commit 5b23c1e2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fc48411a
......@@ -95,7 +95,6 @@ def _with_defaults(what, *argv, **kw):
_[0:0] = lddefault
kw['extra_link_args'] = _
return what(*argv, **kw)
def PyGoExt(*argv, **kw): return _with_defaults(_PyGoExt, *argv, **kw)
......
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