|
|
|
@ -2517,9 +2517,9 @@ Try setting b_lundef to false instead.'''.format(self.coredata.options[OptionKey |
|
|
|
|
def source_strings_to_files(self, sources: T.List['mesonlib.FileOrString']) -> T.List['mesonlib.File']: ... |
|
|
|
|
|
|
|
|
|
@T.overload |
|
|
|
|
def source_strings_to_files(self, sources: T.List['SourceInputs']) -> T.List['SourceOutputs']: ... |
|
|
|
|
def source_strings_to_files(self, sources: T.List['SourceInputs']) -> T.List['SourceOutputs']: ... # noqa: F811 |
|
|
|
|
|
|
|
|
|
def source_strings_to_files(self, sources: T.List['SourceInputs']) -> T.List['SourceOutputs']: |
|
|
|
|
def source_strings_to_files(self, sources: T.List['SourceInputs']) -> T.List['SourceOutputs']: # noqa: F811 |
|
|
|
|
"""Lower inputs to a list of Targets and Files, replacing any strings. |
|
|
|
|
|
|
|
|
|
:param sources: A raw (Meson DSL) list of inputs (targets, files, and |
|
|
|
|