Skip to content

Commit 8ac8212

Browse files
committed
chore: update levilamina
1 parent 27d2f2f commit 8ac8212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xmake.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
add_rules("mode.debug", "mode.release")
22

3-
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
3+
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina eb0c96980a7f7f7a4d0340c84d9aca4b293aad4a", {configs = {target_type = "server"}})
6+
add_requires("levilamina 2e818330ddc776bffa06c2ccea9f6f6497b8978d", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina eb0c96980a7f7f7a4d0340c84d9aca4b293aad4a", {configs = {target_type = "client"}})
8+
add_requires("levilamina 2e818330ddc776bffa06c2ccea9f6f6497b8978d", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)