fix mac osx python bindings

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-03-27 11:18:54 +00:00
parent 4d17b00ad4
commit 49056cac7d

View File

@@ -145,6 +145,7 @@ def main():
if 'TapBridge' not in enabled_features:
for clsname in ['TapBridge', 'TapBridgeHelper']:
root_module.classes.remove(root_module['ns3::%s' % clsname])
root_module.enums.remove(root_module['ns3::TapBridge::Mode'])
root_module.generate(out, '_ns3')