Fixed waiting on previous command for pipeline to spawn next
This commit is contained in:
parent
45bacdd3c0
commit
aac10822d3
13 changed files with 679 additions and 52 deletions
|
|
@ -72,3 +72,11 @@ replace.C__TYPENAME__ = "t_expandable_str"
|
|||
replace.C__TYPEHEADER__ = '#include "exec/_tuple_expanded_str.h"'
|
||||
replace.C__PREFIX__ = "estr"
|
||||
replace.C__PREFIXUP__ = "ESTR"
|
||||
|
||||
[[create.vec]]
|
||||
sources_output = "src/vec/C__PREFIX__/"
|
||||
headers_output = "include/me/vec/"
|
||||
replace.C__TYPENAME__ = "t_pid"
|
||||
replace.C__TYPEHEADER__ = '#include "me/os/os.h"'
|
||||
replace.C__PREFIX__ = "pid"
|
||||
replace.C__PREFIXUP__ = "PID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue