From dbce5567d660d8c1d396765990c3e77075c5e8ad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 Feb 2025 22:06:47 +0200 Subject: works with latest libbpfgo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef953ac..fa91ca1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ export CC = clang export GOOS = linux export GOARCH = amd64 export CGO_CFLAGS = -I$(LIBBPFGO)/output -I$(LIBBPFGO)/selftest/common -export CGO_LDFLAGS = -lelf -lzstd $(LIBBPFGO)/output/libbpf.a +export CGO_LDFLAGS = -lelf -lzstd $(LIBBPFGO)/output/libbpf/libbpf.a all: bpfbuild gobuild -- cgit v1.2.3