Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 268acaa commit 7443d44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/py/autowig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@
boost_python_module.proxy = 'default'
boost_python_decorator.proxy = 'default'

from ._generator import generator
if 'pyclanglite' in generator:
generator.plugin = 'pyclanglite'
else:
generator.plugin = 'libclang'

from ._scons import scons

0 comments on commit 7443d44

Please sign in to comment.