mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 03:12:22 -07:00
Update package json for new map layout; Correct llvm-api includes for *nix
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
gb_global Timings global_timings = {0};
|
||||
|
||||
#if defined(LLVM_BACKEND_SUPPORT)
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
#include "llvm-c/Types.h"
|
||||
#else
|
||||
#include <llvm-c/Types.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "parser.hpp"
|
||||
|
||||
Reference in New Issue
Block a user