aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-07-02 12:33:03 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-07-02 18:03:18 -0400
commita63ed40191019a8d7cdc03b457adfd4a81ccb4dd (patch)
tree4025a7d52467910f8b06eda5268198b608c2886c /mesonbuild
parent9a6a95483c4d3c4f91824f1a7e52fc781e111043 (diff)
downloadmeson-a63ed40191019a8d7cdc03b457adfd4a81ccb4dd.zip
meson-a63ed40191019a8d7cdc03b457adfd4a81ccb4dd.tar.gz
meson-a63ed40191019a8d7cdc03b457adfd4a81ccb4dd.tar.bz2
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.
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/utils/universal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/utils/universal.py b/mesonbuild/utils/universal.py
index 08e9881..db59a60 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',