mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Bump minimum clang version to 7.0.1
std::variant is broken in clang < 7.0.1 with libstdc++ see: https://github.com/llvm/llvm-project/issues/32569
This commit is contained in:
parent
b0d5cedeb6
commit
591e45657f
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
| Dependency | Version | Commentary |
|
||||
| ---------- | ------- | ---------- |
|
||||
| GCC | 7.5+ | or Clang 6.0+ |
|
||||
| GCC | 7.5+ | or Clang 7.0.1+ |
|
||||
| CMake | 3.5+ | |
|
||||
| IrrlichtMt | - | Custom version of Irrlicht, see https://github.com/minetest/irrlicht |
|
||||
| Freetype | 2.0+ | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue