scx-upstream/meson-scripts/bpftool_dummy.c
Jordan Rome ffc7b7dc4a Fetch and build bpftool by default
This pairs with the new default behavior to fetch and build libbpf
and is mostly being used so we can use the latest bpftool and libbpf.
2024-03-11 10:00:01 -07:00

5 lines
87 B
C

// This is just used as a dummy target file for meson
int main(void) {
return 0;
}