Fix pkgconfig detection of mono
This commit is contained in:
parent
f13d034485
commit
5920bc6f72
|
@ -159,6 +159,7 @@ def configure(env):
|
||||||
mono_so_name = ''
|
mono_so_name = ''
|
||||||
|
|
||||||
tmpenv = Environment()
|
tmpenv = Environment()
|
||||||
|
tmpenv.AppendENVPath('PKG_CONFIG_PATH', os.getenv('PKG_CONFIG_PATH'))
|
||||||
tmpenv.ParseConfig('pkg-config monosgen-2 --libs-only-L')
|
tmpenv.ParseConfig('pkg-config monosgen-2 --libs-only-L')
|
||||||
|
|
||||||
for hint_dir in tmpenv['LIBPATH']:
|
for hint_dir in tmpenv['LIBPATH']:
|
||||||
|
|
Loading…
Reference in New Issue