From 79733c5f5efe49108ce3bf994ba14d99a02767aa Mon Sep 17 00:00:00 2001 From: 0dminnimda <0dminnimda@gmail.com> Date: Sat, 2 Nov 2024 21:59:15 +0300 Subject: [PATCH] src/main.cpp: apply suggestion Co-authored-by: Laytan --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 20be6f8fc..015269438 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 #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