Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use NativeLibrary to try loading libgamemodeauto.so.0
this removes the reliance on path checking, instead moving it to the (appropriate) dlopen(3) call that dotnet does under the hood. that call loads libs based on different variables that are set by the user. thus allowing the user to have the lib in different paths scanned by /etc/ld.so.cache, or override it by setting LD_LIBRARY_PATH. Signed-off-by: Anna (navi) Figueiredo Gomes <[email protected]>
- Loading branch information