Add LLVM_CONFIG support

pull/10758/head
Samay Sharma 2 years ago committed by Eli Schwartz
parent 8059908888
commit 2c1ac8ac1d
  1. 1
      mesonbuild/envconfig.py

@ -132,6 +132,7 @@ ENV_VAR_PROG_MAP: T.Mapping[str, str] = {
'pkg-config': 'PKG_CONFIG',
'make': 'MAKE',
'vapigen': 'VAPIGEN',
'llvm-config': 'LLVM_CONFIG',
}
# Deprecated environment variables mapped from the new variable to the old one

Loading…
Cancel
Save