royalchen
Results
1
comments of
royalchen
I had solve this. next is my code ``` builder = module_builder.module_builder_t( header_file, xml_generator_path=generator_path, xml_generator_config=xml_generator_config, compilation_mode=const.builder_compilation_mode, ) ``` my header_file is a list of file by Relative path。 it cant...