We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeaf7f commit 5faae47Copy full SHA for 5faae47
xmake.lua
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
4
5
if is_config("target_type", "server") then
6
- add_requires("levilamina 904c6f40443d703543c3c5453ce95df38e24d3b2", {configs = {target_type = "server"}})
+ add_requires("levilamina 1.1.1", {configs = {target_type = "server"}})
7
else
8
- add_requires("levilamina 904c6f40443d703543c3c5453ce95df38e24d3b2", {configs = {target_type = "client"}})
+ add_requires("levilamina 1.1.1", {configs = {target_type = "client"}})
9
end
10
11
add_requires("levibuildscript")
0 commit comments