Ryujinx-GtkSharp/Source/Libs/Shared
Sebastien Pouliot 411252bdf7 Fix loading native libraries on macOS (arm64) using homebrew installed gtk+3
brew used to install libraries under `/usr/local/` and GtkSharp still
expect this location.

7995f132e1/Source/Libs/Shared/GLibrary.cs (L55)

This fix will lookup the new library location `/opt/homebrew/lib/` if the
default ones (OS) or the `/usr/local/lib` could not load the libraries.

Reference: https://github.com/unoplatform/uno/issues/8296#issuecomment-1100435406

Fixes https://github.com/GtkSharp/GtkSharp/issues/249
2022-04-17 13:47:39 -04:00
..
FuncLoader.cs Add RTLD_GLOBAL flag 2018-03-01 20:11:35 +01:00
Gapi.xsd Marked more style properties and extended xsd schema (#295) 2022-01-25 19:57:13 +01:00
GLibrary.cs Fix loading native libraries on macOS (arm64) using homebrew installed gtk+3 2022-04-17 13:47:39 -04:00
Library.cs introduce WebkitGtkSharp 2021-07-19 18:11:04 +02:00