mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 03:20:24 +00:00
499924ead8
This is to potentinally reduce issues with folks using different versions of libbpf at runtime. This also: - makes static linking of libbpf the default - adds steps in `meson setup` to fetch libbpf and make it
6 lines
141 B
C
6 lines
141 B
C
// This exists only to get the same compiler and flags meson uses.
|
|
// See build_libbpf script for more info
|
|
int main(void) {
|
|
return 0;
|
|
}
|