From a63ed40191019a8d7cdc03b457adfd4a81ccb4dd Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 2 Jul 2023 12:33:03 -0400 Subject: genvslite: fix the core option being listed as one of the per-project options Post-facto application of issues that were caught during post-merge review, after the genvslite PR was merged without a full review. --- mesonbuild/utils/universal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesonbuild/utils/universal.py b/mesonbuild/utils/universal.py index 08e988170..db59a601e 100644 --- a/mesonbuild/utils/universal.py +++ b/mesonbuild/utils/universal.py @@ -2158,6 +2158,7 @@ _BUILTIN_NAMES = { 'debug', 'default_library', 'errorlogs', + 'genvslite', 'install_umask', 'layout', 'optimization', -- cgit v1.2.3