Ryujinx-GtkSharp/Source
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
..
Addins/MonoDevelop.GtkSharp.Addin MonoDevelop.GtkSharp.Addin.csproj: adjust TargetFramework to net471 & adjust MonoDevelop.Addins to version 0.4.7 2021-01-08 21:45:28 +01:00
Libs Fix loading native libraries on macOS (arm64) using homebrew installed gtk+3 2022-04-17 13:47:39 -04:00
OldStuff Update based on PR feedback 2021-07-21 00:24:49 +06:00
Samples Fixed glib source double removal (#327) 2022-01-27 21:49:10 +01:00
Templates Upgrade CAKE build system (#325) 2022-01-26 21:15:32 +01:00
Tools Fix bunch of warnings from code analysis (#321) 2022-01-26 21:17:28 +01:00
GtkSharp.sln Fixed sample for ListStore spinner 2022-01-25 19:41:09 +01:00