Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources.
This commit is contained in:
@@ -387,8 +387,7 @@ def build(bld):
|
||||
bindgen.output_file("ns3module.cc"),
|
||||
]
|
||||
bindgen.argv.extend(get_modules_and_headers().iterkeys())
|
||||
bindgen.hidden_inputs = ['everything.h',
|
||||
'ns3modulegen_generated.py',
|
||||
bindgen.hidden_inputs = ['ns3modulegen_generated.py',
|
||||
'ns3modulegen_core_customizations.py']
|
||||
|
||||
for module in scanned_modules:
|
||||
|
||||
Reference in New Issue
Block a user