framework: expose devel/llvm16 in USES=llvm after b6755d590e
$ sed -i '' 's/min=14/min=16/' emulators/yuzu/Makefile $ make clean all -C emulators/yuzu [...] CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:49 (message): Could not find compiler set in environment variable CC: clang16. Call Stack (most recent call first): CMakeLists.txt
This commit is contained in:
parent
7a821e740c
commit
fbf313b7af
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
.if !defined(_INCLUDE_USES_LLVM_MK)
|
||||
_INCLUDE_USES_LLVM_MK= YES
|
||||
|
||||
_LLVM_MK_VALID_VERSIONS= 7 8 9 10 11 12 13 14 15
|
||||
_LLVM_MK_VALID_VERSIONS= 7 8 9 10 11 12 13 14 15 16
|
||||
_LLVM_MK_VALID_CONSTRAINTS= min max
|
||||
_LLVM_MK_VALID_MODES= build run lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue