Skip to content

Commit

Permalink
Implement get_asneeded_args in BasicLinkerIsCompilerMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi authored and dcbaker committed Oct 14, 2019
1 parent f347a98 commit 062a510
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mesonbuild/compilers/mixins/islinker.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,6 @@ def build_rpath_args(self, env: 'Environment', build_dir: str, from_dir: str,

def get_linker_debug_crt_args(self) -> typing.List[str]:
return []

def get_asneeded_args(self) -> typing.List[str]:
return []

0 comments on commit 062a510

Please sign in to comment.