Restructure includes.

This commit is contained in:
Christian Deacon
2025-02-24 15:35:23 -05:00
parent 42738c7670
commit d288a78775
9 changed files with 23 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install LibXDP.
run: sudo make libxdp_install
- name: Make project
run: LIBBPF_LIBXDP_STATIC=1 make
run: LIBXDP_STATIC=1 make
- name: Install project
run: sudo make install
- name: Store build artifacts