[gobject-introspection: 1/2] giscanner: do not override dyld search path on macOS



commit f3909530243de0706d205cbc122e3eb5dd5c171e
Author: Marcus Calhoun-Lopez <marcuscalhounlopez gmail com>
Date:   Wed Jun 20 07:49:45 2018 -0700

    giscanner:  do not override dyld search path on macOS
    
    Closes https://gitlab.gnome.org/GNOME/gobject-introspection/issues/205

 giscanner/ccompiler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/giscanner/ccompiler.py b/giscanner/ccompiler.py
index bd739ffa..ecbeb684 100644
--- a/giscanner/ccompiler.py
+++ b/giscanner/ccompiler.py
@@ -119,7 +119,7 @@ class CCompiler(object):
         if os.name == 'nt':
             runtime_path_envvar = ['LIB', 'PATH']
         else:
-            runtime_path_envvar = ['LD_LIBRARY_PATH', 'DYLD_LIBRARY_PATH']
+            runtime_path_envvar = ['LD_LIBRARY_PATH', 'DYLD_FALLBACK_LIBRARY_PATH']
             # Search the current directory first
             # (This flag is not supported nor needed for Visual C++)
             args.append('-L.')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]