Remove include, lib
Update launch.json to include Linux specific debug config Update CMakeList to compile on Linux
This commit is contained in:
parent
6fc18195fc
commit
10064f31c2
7 changed files with 66 additions and 37 deletions
|
@ -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/"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue