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 70c7b08 commit 519c395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ add_requires(
add_requires("cpp-httplib v0.14.0", {configs = {ssl=true, zlib=true}})
add_requires("scriptx 0.1.0", {configs={backend=get_config("backend")}})

if not has_config("vs_runtime") then
set_runtimes("MD")
end

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

0 comments on commit 519c395

Please sign in to comment.