diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-24 22:06:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-24 22:06:47 +0200 |
| commit | dbce5567d660d8c1d396765990c3e77075c5e8ad (patch) | |
| tree | f516ab49906569d5c967811a6e35e5f70ace64f5 /Makefile | |
| parent | 5dbb0025fab178a625c302aa99c3c2c9b0feccae (diff) | |
works with latest libbpfgo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
