aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
author0dminnimda <0dminnimda@gmail.com>2024-11-02 00:53:13 +0300
committerflysand7 <thebumboni@gmail.com>2024-12-01 11:54:56 +1100
commit27aa40c3579722d3761ee7e3e207dd5576a1f22e (patch)
tree5f19dda2ae825292201918eccf65fde2108c43a0 /src/main.cpp
parent496b676f123e74bf7cd15e010348f5f991e810f9 (diff)
Update version in more places
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4815f6bb4..20be6f8fc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -89,8 +89,8 @@ gb_global Timings global_timings = {0};
#if defined(GB_SYSTEM_OSX)
#include <llvm/Config/llvm-config.h>
- #if LLVM_VERSION_MAJOR < 11 || (LLVM_VERSION_MAJOR > 14 && LLVM_VERSION_MAJOR < 17) || LLVM_VERSION_MAJOR > 18
- #error LLVM Version 11..=14 or =18 is required => "brew install llvm@14"
+ #if LLVM_VERSION_MAJOR < 11 || (LLVM_VERSION_MAJOR > 14 && LLVM_VERSION_MAJOR < 17) || LLVM_VERSION_MAJOR > 19
+ #error LLVM Version 11..=14 or 18..=19 is required => "brew install llvm@14"
#endif
#endif