GDNative Linking a Dynamic Library

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Matthew Berends

So the only way I can get my external library to be found in Godot is to place it with the /usr/lib/ directory which is not ideal. If I do not do this I get an error saying the dynamic library could not be found.

Is there a way to get around needing to place the dynamic library library file in that directory or is it mandatory?