build: add missing type annotation

pull/6838/head
Dylan Baker 5 years ago
parent cd566d2bd5
commit 7d4af2ab7c
  1. 2
      mesonbuild/build.py

@ -1217,7 +1217,7 @@ You probably should put it in link_with instead.''')
See: https://github.com/mesonbuild/meson/issues/1653
'''
langs = []
langs = [] # type: T.List[str]
# User specified link_language of target (for multi-language targets)
if self.link_language:

Loading…
Cancel
Save