Remove include, lib

Update launch.json to include Linux specific debug config
Update CMakeList to compile on Linux
This commit is contained in:
Patrick Schwarzer 2025-04-20 05:32:22 +02:00
parent 6fc18195fc
commit 10064f31c2
7 changed files with 66 additions and 37 deletions

View file

@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.1.1745076535"
#define LUAJIT_VERSION "LuaJIT 2.1.1745036828"
#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1745076535
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1745036828
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2025 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"