summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Etcheverry <neikeq@users.noreply.github.com>2017-10-16 04:32:47 +0200
committerGitHub <noreply@github.com>2017-10-16 04:32:47 +0200
commit132c6deb28046cb34c09abdfe81173a5750ad8a2 (patch)
tree3cc2d823d0f5fcf9fc944b4fa475083f2afe94b8
parent1a9efb417a20d2753a942cc5d4d2d46ce8cde7fb (diff)
parentcd69dcafb7320d8cc31939fcd8dc8eab35a56941 (diff)
Merge pull request #12104 from akien-mga/monosgen-2
mono: Request monosgen-2 explicitly via pkg-config
-rw-r--r--modules/mono/config.py2
1 files changed, 1 insertions, 1 deletions
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')