mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix wrong import due to grep-replace
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ gb_global Timings global_timings = {0};
|
|||||||
#include "llvm_backend.cpp"
|
#include "llvm_backend.cpp"
|
||||||
|
|
||||||
#if defined(GB_SYSTEM_OSX)
|
#if defined(GB_SYSTEM_OSX)
|
||||||
#include <llvm-c/Config/llvm-config.h>
|
#include <llvm/Config/llvm-config.h>
|
||||||
#if LLVM_VERSION_MAJOR < 11
|
#if LLVM_VERSION_MAJOR < 11
|
||||||
#error LLVM Version 11+ is required => "brew install llvm@11"
|
#error LLVM Version 11+ is required => "brew install llvm@11"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user