File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" levimc-repo " .. (get_config (" levimc_repo" ) or " https://github.com/LiteLDev/xmake-repo.git" ))
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina 4adae278d458461eb3a16035194cde1f8b4effef " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina 45a7ac1faa0ff6d613f19589ee0da43255a09084 " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina 4adae278d458461eb3a16035194cde1f8b4effef " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 45a7ac1faa0ff6d613f19589ee0da43255a09084 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
1212
13- add_requires (" legacyremotecall 02bdeecf8144b434ba158cd22c600ba24a9d9713 " , {configs = {target_type = get_config (target_type )}})
14- add_requires (" legacymoney 4b92e7b5d9362bbba32b3033035ac1ca91b208fc " , {configs = {target_type = get_config (target_type )}})
13+ add_requires (" legacyremotecall d20193f4de2f5379880e74c1723585eb7f16943c " , {configs = {target_type = get_config (target_type )}})
14+ add_requires (" legacymoney ea6de610d5edc466714c8d5c690a2f7cf203592c " , {configs = {target_type = get_config (target_type )}})
1515
1616add_requires (
1717 " lightwebsocketclient 1.0.1" ,
You can’t perform that action at this time.
0 commit comments