fix: Compile Lua as a C library (#5251)

This commit is contained in:
pajlada
2024-03-16 15:15:05 +01:00
committed by GitHub
parent 47c46b64ea
commit 3563ecb3a5
10 changed files with 21 additions and 3 deletions
+2
View File
@@ -4,7 +4,9 @@
# include "common/QLogging.hpp"
# include "controllers/commands/CommandController.hpp"
extern "C" {
# include <lua.h>
}
# include <magic_enum/magic_enum.hpp>
# include <QJsonArray>
# include <QJsonObject>