InstallDeps: Increase 'MEX' version of llvm to 14.

llvm 13 is now default on debian testing, tried it quickly and it seems
to work fine, so raising exclusive maximum value for it to 14.
This commit is contained in:
Bastien Montagne 2022-01-17 10:33:02 +01:00
parent 40c8e23d48
commit e15449623d
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ OIIO_SKIP=false
LLVM_VERSION="12.0.0"
LLVM_VERSION_SHORT="12.0"
LLVM_VERSION_MIN="11.0"
LLVM_VERSION_MEX="13.0"
LLVM_VERSION_MEX="14.0"
LLVM_VERSION_FOUND=""
LLVM_FORCE_BUILD=false
LLVM_FORCE_REBUILD=false