Skip to content

Commit

Permalink
Merge pull request iovisor#2675 from casparant/master
Browse files Browse the repository at this point in the history
fix libbpf_uapi path typo
  • Loading branch information
palmtenor committed Jan 2, 2020
2 parents 4f0a887 + df591fb commit 15d6b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else()
file(GLOB libbpf_sources "libbpf/src/*.c")
endif()

set(libbpf_uapi libbpf/include/uapi/linux})
set(libbpf_uapi libbpf/include/uapi/linux/)

add_library(bpf-static STATIC libbpf.c perf_reader.c ${libbpf_sources})
set_target_properties(bpf-static PROPERTIES OUTPUT_NAME bcc_bpf)
Expand Down

0 comments on commit 15d6b01

Please sign in to comment.