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 4, 2025
1 parent e5fb983 commit ddb6ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

if is_config("target_type", "server") then
add_requires("levilamina develop", {configs = {target_type = "server"}})
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "server"}})
else
add_requires("levilamina develop", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.0-rc.1", {configs = {target_type = "client"}})
end

add_requires("levibuildscript")
Expand Down

0 comments on commit ddb6ec5

Please sign in to comment.