Skip to content

Commit d38e7c2

Browse files
committed
chore: update levilamina
1 parent f4cb533 commit d38e7c2

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("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

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

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)