Skip to content
Snippets Groups Projects
Commit e9caa9a3 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[!] Fixed Linux build

parent 15c0a959
No related branches found
No related tags found
1 merge request!12hotfix-7350
...@@ -12,7 +12,7 @@ add_library(${PROJECT_NAME} STATIC ${DAP_PLUGIN_SRCS} ${DAP_PLUGIN_HEADERS}) ...@@ -12,7 +12,7 @@ add_library(${PROJECT_NAME} STATIC ${DAP_PLUGIN_SRCS} ${DAP_PLUGIN_HEADERS})
target_link_libraries(${PROJECT_NAME}) target_link_libraries(${PROJECT_NAME})
target_link_libraries(${PROJECT_NAME} dap_core dap_cli_server) target_link_libraries(${PROJECT_NAME} dap_core dap_cli_server dl)
target_include_directories(${PROJECT_NAME} PUBLIC include/ ) target_include_directories(${PROJECT_NAME} PUBLIC include/ )
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define LOG_TAG "dap_plugin_manifest" #define LOG_TAG "dap_plugin_manifest"
dap_plugin_manifest_t* s_manifests = NULL; static dap_plugin_manifest_t* s_manifests = NULL;
static void s_manifest_delete(dap_plugin_manifest_t *a_manifest); static void s_manifest_delete(dap_plugin_manifest_t *a_manifest);
......
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