There was an error while loading. Please reload this page.
1 parent 00aac67 commit 13a9db8Copy full SHA for 13a9db8
1 file changed
xmake.lua
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
add_repositories("levimc-repo " .. (get_config("levimc_repo") or "https://github.com/LiteLDev/xmake-repo.git"))
4
5
if is_config("target_type", "server") then
6
- add_requires("levilamina 8d5a11d0b130e51332690daf127823be2c9c37e2", {configs = {target_type = "server"}})
+ add_requires("levilamina 6a29adfc1de21be146d29cbcebd2e340701e65a8", {configs = {target_type = "server"}})
7
else
8
- add_requires("levilamina 8d5a11d0b130e51332690daf127823be2c9c37e2", {configs = {target_type = "client"}})
+ add_requires("levilamina 6a29adfc1de21be146d29cbcebd2e340701e65a8", {configs = {target_type = "client"}})
9
end
10
11
add_requires("levibuildscript")
0 commit comments