Skip to content

Commit 5faae47

Browse files
committed
chore: update levilamina
1 parent 1eeaf7f commit 5faae47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmake.lua

+2-2
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 904c6f40443d703543c3c5453ce95df38e24d3b2", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.1.1", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 904c6f40443d703543c3c5453ce95df38e24d3b2", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.1.1", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)