Skip to content

Commit

Permalink
Comment in CMakeList.txt for the Webkit browser plugin 'nodelete' wor…
Browse files Browse the repository at this point in the history
…karound
  • Loading branch information
GlebNovodranPE committed May 24, 2024
1 parent 1952311 commit 4f5c480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WebKitBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ if(NOT WEBKIT_GLIB_API)
target_sources(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE InjectedBundle/Utils.cpp)
endif()

# This is a temporary solution. Normally we should leave this to the framework.
# Do not replicate for other plugins.
target_link_options(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE "-Wl,-z,nodelete")

target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
Expand Down

0 comments on commit 4f5c480

Please sign in to comment.