diff options
Diffstat (limited to 'mesonbuild/envconfig.py')
-rw-r--r-- | mesonbuild/envconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py index 2af45bf..29b41d5 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py @@ -118,6 +118,7 @@ ENV_VAR_PROG_MAP: T.Mapping[str, str] = { 'qmake': 'QMAKE', 'pkgconfig': 'PKG_CONFIG', 'make': 'MAKE', + 'vapigen': 'VAPIGEN', } # Deprecated environment variables mapped from the new variable to the old one |