Skip to content
Snippets Groups Projects
Commit 08dcc2a1 authored by mir's avatar mir
Browse files

BugFix when linking

parent 255b8d9e
No related branches found
No related tags found
1 merge request!42BugFix when linking e2 agent and using ubuntu 20
......@@ -64,6 +64,6 @@ if(${BUILDING_LIBRARY} STREQUAL "DYNAMIC" )
)
endif()
target_link_libraries(e2_agent PRIVATE -pthread -lsctp)
target_link_libraries(e2_agent PRIVATE -pthread -lsctp -ldl)
target_compile_definitions(e2_agent PRIVATE ${E2AP_ENCODING} ${E2AP_VERSION} ${KPM_VERSION})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment