We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fef695 commit d2e5dd5Copy full SHA for d2e5dd5
src/cc/CMakeLists.txt
@@ -40,6 +40,7 @@ set_target_properties(bcc-shared PROPERTIES VERSION ${REVISION_LAST} SOVERSION 0
40
set_target_properties(bcc-shared PROPERTIES OUTPUT_NAME bcc)
41
42
add_library(bcc-loader-static STATIC ${bcc_sym_sources} ${bcc_util_sources})
43
+target_link_libraries(bcc-loader-static elf)
44
add_library(bcc-static STATIC
45
${bcc_common_sources} ${bcc_table_sources} ${bcc_util_sources})
46
set_target_properties(bcc-static PROPERTIES OUTPUT_NAME bcc)
0 commit comments