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

@@ -7,7 +7,7 @@ if [ -z "$STATIC" ]; then
fi
if [ -z "$ROOT" ]; then
LIBBPF_LIBXDP_STATIC=$STATIC make
LIBXDP_STATIC=$STATIC make
else
cd $ROOT && LIBBPF_LIBXDP_STATIC=$STATIC make
cd $ROOT && LIBXDP_STATIC=$STATIC make
fi