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 5e44de3 commit 688c10aCopy full SHA for 688c10a
WebKitBrowser/CMakeLists.txt
@@ -213,6 +213,10 @@ if(NOT WEBKIT_GLIB_API)
213
target_sources(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE InjectedBundle/Utils.cpp)
214
endif()
215
216
+# This is a temporary solution. Normally we should leave this to the framework.
217
+# Do not replicate for other plugins.
218
+target_link_options(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE "-Wl,-z,nodelete")
219
+
220
target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
221
PRIVATE
222
${NAMESPACE}Plugins::${NAMESPACE}Plugins
0 commit comments