diff options
| author | Benjamin Dobell | 2018-02-03 05:17:53 +1100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-19 22:13:45 +0100 |
| commit | 34d8625d8296976a0a14bdd4502c23a3dcec603c (patch) | |
| tree | c8d1ddc757798fdd1a4350e764c78dd1174b39d0 | |
| parent | 79b931d0938cc376d4a2a70e8810aefa0137ad42 (diff) | |
| download | godot-34d8625d8296976a0a14bdd4502c23a3dcec603c.tar.gz godot-34d8625d8296976a0a14bdd4502c23a3dcec603c.tar.zst godot-34d8625d8296976a0a14bdd4502c23a3dcec603c.zip | |
| -rw-r--r-- | modules/mono/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/config.py b/modules/mono/config.py index b4e643325..7c1846dcc 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -159,6 +159,7 @@ def configure(env): mono_so_name = '' tmpenv = Environment() + tmpenv.AppendENVPath('PKG_CONFIG_PATH', os.getenv('PKG_CONFIG_PATH')) tmpenv.ParseConfig('pkg-config monosgen-2 --libs-only-L') for hint_dir in tmpenv['LIBPATH']: |
