We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8a7e1 commit c51cfcbCopy full SHA for c51cfcb
mesonbuild/compilers/compilers.py
@@ -960,6 +960,8 @@ def get_archive_name(self, filename: str) -> str:
960
return self.linker.get_archive_name(filename)
961
962
def get_command_to_archive_shlib(self) -> T.List[str]:
963
+ if not self.linker:
964
+ return []
965
return self.linker.get_command_to_archive_shlib()
966
967
def thread_flags(self, env: 'Environment') -> T.List[str]:
0 commit comments