Add Windows build with Clang (#411)

after 72 commits and 24 hours
This commit is contained in:
MihailRis
2024-12-14 03:09:25 +03:00
committed by GitHub
parent 76559cc9ac
commit 12c10d1ad1
3 changed files with 87 additions and 6 deletions
+1 -2
View File
@@ -3,9 +3,8 @@
#include "delegates.hpp"
#include "logic/scripting/scripting.hpp"
#ifdef __linux__
#if (defined __linux__) || (defined __MINGW32__)
#include <luajit-2.1/luaconf.h>
#include <luajit-2.1/lua.hpp>
#else
#include <lua.hpp>