mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 15:58:05 +00:00
Cairo has a different API version that was hardcoded. Define it in a new variable in configure.ac and use it in AssemblyInfo and Makefile.am. This fixes make distcheck, as the cairo-sharp.dll assembly was not getting uninstalled from the GAC.
6 lines
151 B
C#
6 lines
151 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@CAIRO_API_VERSION@")]
|
|
[assembly:AssemblyDelaySign(false)]
|