Skip to content

Commit 2434d74

Browse files
committed
fix: fix for merge branch
1 parent 35eaaf7 commit 2434d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
66
-- add_requires("levilamina develop") to use develop version
77
-- please note that you should add bdslibrary yourself if using dev version
88
if is_config("target_type", "server") then
9-
add_requires("levilamina develop", {configs = {target_type = "server"}})
9+
add_requires("levilamina", {configs = {target_type = "server"}})
1010
else
11-
add_requires("levilamina develop", {configs = {target_type = "client"}})
11+
add_requires("levilamina", {configs = {target_type = "client"}})
1212
end
1313

1414
add_requires("levibuildscript")

0 commit comments

Comments
 (0)