Skip to content

Commit

Permalink
build: optmize
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Feb 9, 2024
1 parent 1fae620 commit 7376cfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_requires("lua v5.4.6", {configs={shared=true}})
add_requires("quickjs 2022-03-07", {configs={shared=true}})

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

option("backend")
set_default("Lua")
set_values("Lua", "QuickJs")
Expand Down

0 comments on commit 7376cfe

Please sign in to comment.