Update package json for new map layout; Correct llvm-api includes for *nix

This commit is contained in:
gingerBill
2020-11-25 16:19:56 +00:00
parent 9c1c9693f2
commit dbaf4d24f6
4 changed files with 31 additions and 4 deletions
+4
View File
@@ -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"