Commit 537677c
examples/c: Fix compile issus with -j20.
More than one building task of the libbpf and bpftool will be created
with -j20. For the libbpf, several same install step running at the
same time will cause the compiling error.
See the issus: #354
To solve this, change the dependencies of the external project "xxx"
from "xxx-build" to "xxx".
Signed-off-by: weipeng <[email protected]>1 parent 7cab3cd commit 537677c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments