PLUGINS: Force export of __dso_handle

Some toolchains (RiscOS) may not export it in certain conditions.
This list does not enforce the symbol to be here so it shouldn't fail
build on platforms without this symbol.
This commit is contained in:
Le Philousophe 2022-06-16 08:29:29 +02:00
parent 9a8ed07914
commit 87f515a6e0

View file

@ -7,3 +7,4 @@ ___plugin_ctors
___plugin_ctors_end
___plugin_dtors
___plugin_dtors_end
__dso_handle