mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Fix pkgconfig detection of mono
(cherry picked from commit 5920bc6f72daacbfb0345c19af9e181110b0def6)
This commit is contained in:
parent
79b931d093
commit
34d8625d82
@ -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']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user