File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ExternalProject_Add(bpftool
29
29
PREFIX bpftool
30
30
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /../../bpftool/src
31
31
CONFIGURE_COMMAND ""
32
- BUILD_COMMAND make
32
+ BUILD_COMMAND make bootstrap
33
33
OUTPUT =${CMAKE_CURRENT_BINARY_DIR}/bpftool/
34
34
BUILD_IN_SOURCE TRUE
35
35
INSTALL_COMMAND ""
@@ -51,7 +51,7 @@ endif()
51
51
52
52
# Set BpfObject input parameters -- note this is usually not necessary unless
53
53
# you're in a highly vendored environment (like libbpf-bootstrap)
54
- set (BPFOBJECT_BPFTOOL_EXE ${CMAKE_CURRENT_BINARY_DIR} /bpftool/bpftool )
54
+ set (BPFOBJECT_BPFTOOL_EXE ${CMAKE_CURRENT_BINARY_DIR} /bpftool/bootstrap/ bpftool )
55
55
set (BPFOBJECT_VMLINUX_H ${CMAKE_CURRENT_SOURCE_DIR} /../../vmlinux/vmlinux.h )
56
56
set (LIBBPF_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR} /libbpf )
57
57
set (LIBBPF_LIBRARIES ${CMAKE_CURRENT_BINARY_DIR} /libbpf/libbpf.a )
You can’t perform that action at this time.
0 commit comments