# HG changeset patch # Parent c51ea1c25ebe91e3feb9b939bb4bf02f938c4e8a Bug 1765 - DCE can't use TapBridge if built via bake diff -r c51ea1c25ebe wscript --- a/wscript Wed Sep 25 18:35:01 2013 +0900 +++ b/wscript Wed Sep 25 20:35:43 2013 +0900 @@ -77,6 +77,8 @@ else: os.environ['PKG_CONFIG_PATH']+= ":" + os.path.join(Options.options.with_ns3, 'lib', 'pkgconfig') + conf.env.append_value('NS3_EXECUTABLE_PATH', os.path.join(conf.env['NS3_DIR'], 'bin')) + ns3waf.check_modules(conf, ['core', 'network', 'internet'], mandatory = True) ns3waf.check_modules(conf, ['point-to-point', 'tap-bridge', 'netanim'], mandatory = False) ns3waf.check_modules(conf, ['wifi', 'point-to-point', 'csma', 'mobility'], mandatory = False)