|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
# Copyright 2012-2020 The Meson development team |
|
|
|
|
# Copyright 2012-2021 The Meson development team |
|
|
|
|
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
# you may not use this file except in compliance with the License. |
|
|
|
@ -41,7 +41,7 @@ if T.TYPE_CHECKING: |
|
|
|
|
KeyedOptionDictType = T.Union[T.Dict['OptionKey', 'UserOption[T.Any]'], OptionOverrideProxy] |
|
|
|
|
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str] |
|
|
|
|
|
|
|
|
|
version = '0.56.99' |
|
|
|
|
version = '0.57.0.rc1' |
|
|
|
|
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode'] |
|
|
|
|
|
|
|
|
|
default_yielding = False |
|
|
|
|