Searched refs:pre_build_commands (Results 1 – 1 of 1) sorted by relevance
53 def build_bsp(bsp, scons_args='',name='default', pre_build_commands=None, post_build_command=None,b… argument90 if pre_build_commands is not None:92 print(pre_build_commands)93 for command in pre_build_commands:264 pre_build_commands = None variable277 pre_build_commands = details.get("pre_build").splitlines() variable300 pre_build_commands = details.get("pre_build").splitlines() variable336 …res = build_bsp(bsp, scons_arg_str,name=name,pre_build_commands=pre_build_commands,post_build_comm…
Completed in 8 milliseconds