Skip to content

Commit

Permalink
chore: update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 21, 2024
1 parent 519c395 commit b07d95b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ if not has_config("vs_runtime") then
end

local LLSE_BACKEND = "LUA"
local LLSE_BACKEND_LIBRARY = "Lua"
local SCRIPTX_BACKEND = "Lua"

option("backend")
set_default("lua")
Expand Down Expand Up @@ -83,7 +81,6 @@ target("legacy-script-engine")
)
add_defines(
"_HAS_CXX23=1", -- To enable C++23 features

"_WIN32_WINNT=0x0601",
"_AMD64_",
"_CONSOLE",
Expand All @@ -105,7 +102,6 @@ target("legacy-script-engine")
add_packages(
"levilamina",
"scriptx",

"nlohmann_json",
"simpleini",
"toml++",
Expand All @@ -123,6 +119,7 @@ target("legacy-script-engine")
"legacyparticleapi"
)
add_shflags(
"/NODEFAULTLIB:library",
"/DELAYLOAD:bedrock_server.dll"
)
set_basename("legacy-script-engine-$(backend)")
Expand Down

0 comments on commit b07d95b

Please sign in to comment.