We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cb533 commit d38e7c2Copy full SHA for d38e7c2
xmake.lua
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
4
5
if is_config("target_type", "server") then
6
- add_requires("levilamina f24a6882945fe60c156a541ae480526da3cd8c39", {configs = {target_type = "server"}})
+ add_requires("levilamina 023e29c8cc7a974b74821fd3161c73f79e1f014c", {configs = {target_type = "server"}})
7
else
8
- add_requires("levilamina f24a6882945fe60c156a541ae480526da3cd8c39", {configs = {target_type = "client"}})
+ add_requires("levilamina 023e29c8cc7a974b74821fd3161c73f79e1f014c", {configs = {target_type = "client"}})
9
end
10
11
add_requires("levibuildscript")
0 commit comments