Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Jun 7, 2023
1 parent 6785ff8 commit 4754b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wasm_bpf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ function(AddLibbpfAsExternal SOURCE_ROOT WITH_PKG_CONF)

if(${WITH_PKG_CONF})
set(PKGCONF_PREFIX "")
set(LIBBPF_DEP_LIBRARIES "elf" "z" PARENT_SCOPE)
else()
set(PKGCONF_PREFIX "NO_PKG_CONFIG=1")
set(LIBBPF_DEP_LIBRARIES "elf" "z" PARENT_SCOPE)
endif()

ExternalProject_Add(libbpf
Expand Down

0 comments on commit 4754b0c

Please sign in to comment.