From cd69dcafb7320d8cc31939fcd8dc8eab35a56941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 14 Oct 2017 23:54:23 +0200 Subject: mono: Request monosgen-2 explicitly via pkg-config Prevents GC mismatch between mono binary and library, fixes #11916. --- modules/mono/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mono/config.py b/modules/mono/config.py index 9de199bb5a..13b9a4b1e6 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -130,7 +130,7 @@ def configure(env): if mono_static: raise RuntimeError('mono-static: Not supported with pkg-config. Specify a mono prefix manually') - env.ParseConfig('pkg-config mono-2 --cflags --libs') + env.ParseConfig('pkg-config monosgen-2 --cflags --libs') env.Append(LINKFLAGS='-rdynamic') -- cgit v1.2.3