aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0dminnimda <0dminnimda@gmail.com>2024-11-02 21:59:15 +0300
committerGitHub <noreply@github.com>2024-11-02 21:59:15 +0300
commitd04ff6951a194082df6c64a39bae4010e659d9c0 (patch)
tree97e63c367bdd65920008112a3e6a7deaa03927c2 /src
parentd06fcbfdd3adfc44c1a9e13ca758f7dc1f3b2459 (diff)
src/main.cpp: apply suggestion
Co-authored-by: Laytan <laytanlaats@hotmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 772d57619..d5717425f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -90,7 +90,7 @@ 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 > 19
- #error LLVM Version 11..=14 or 18..=19 is required => "brew install llvm@14"
+ #error LLVM Version 11..=14 or 17..=19 is required => "brew install llvm@14"
#endif
#endif