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 35fa902 commit 2d6e308Copy full SHA for 2d6e308
mesonbuild/options.py
@@ -809,7 +809,6 @@ def __init__(self, is_cross: bool) -> None:
809
self.module_options: T.Set[OptionKey] = set()
810
from .compilers import all_languages
811
self.all_languages = set(all_languages)
812
- self.project_options = set()
813
self.augments: T.Dict[OptionKey, ElementaryOptionValues] = {}
814
self.is_cross = is_cross
815
0 commit comments