Fixing building with python bindings under MacOS and MingW

This commit is contained in:
fmoatamr
2009-12-07 19:16:52 +01:00
parent e8c1072969
commit c25a49aac3

View File

@@ -138,6 +138,7 @@ def main():
if 'EmuNetDevice' not in enabled_features:
for clsname in ['EmuNetDevice', 'EmuHelper']:
root_module.classes.remove(root_module['ns3::%s' % clsname])
root_module.enums.remove(root_module['ns3::EmuNetDevice::EncapsulationMode'])
if 'RealTime' not in enabled_features:
for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']: