Skip to content

Commit c7869b6

Browse files
committed
chore: bump LeviLamina
1 parent cfd5c3f commit c7869b6

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
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 59d5bf0412e26c41576e9be1667d48b552a766d9", {configs = {target_type = "server"}})
6+
add_requires("levilamina 34dc3a47d8c83aa0fc64be14b6bfde2e11d7711a", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 59d5bf0412e26c41576e9be1667d48b552a766d9", {configs = {target_type = "client"}})
8+
add_requires("levilamina 34dc3a47d8c83aa0fc64be14b6bfde2e11d7711a", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)