Making number of arguments consistent in get_library_dirs

pull/5284/head
makise-homura 6 years ago
parent 54f9ec4510
commit ebe78a14e6
  1. 2
      mesonbuild/compilers/compilers.py

@ -1736,7 +1736,7 @@ class ElbrusCompiler(GnuCompiler):
# FIXME: use _build_wrapper to call this so that linker flags from the env
# get applied
def get_library_dirs(self, env):
def get_library_dirs(self, env, elf_class = None):
os_env = os.environ.copy()
os_env['LC_ALL'] = 'C'
stdo = Popen_safe(self.exelist + ['--print-search-dirs'], env=os_env)[1]

Loading…
Cancel
Save