Where to put a bundle's dylib?

Hi Ppl!

On Windows, there is a plugin that loads a DLL. I put the DLL next to the plugin, and it loads.

On OSX, the plugin is a bundle. (I noticed, it is a whole structure of folders.) I put the ".dylib" file next to the bundle, and the plugin does not find it.

I am not used to these bundles yet. I do not know my way around them. Some wisdom will be great. Where should I put the ".dylib" file?

Thank you in advance,

Where to put a bundle's dylib?
 
 
Q