Avoid installation of ns3modulegen-modular.py as a python module

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-09-26 15:31:06 +01:00
parent 93e9291a9e
commit c6077da00a
3 changed files with 505 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ def ns3_python_bindings(bld):
bindgen.before = 'cxx'
bindgen.after = 'gen_ns3_module_header'
bindgen.name = "pybindgen(ns3 module %s)" % module
bindgen.install_path = None
# generate the extension module
pymod = bld.new_task_gen(features='cxx cxxshlib pyext')