feat: adapt levilamina 1.9.x
This commit is contained in:
@@ -9,10 +9,10 @@ if not has_config("vs_runtime") then
|
||||
end
|
||||
|
||||
-- Option 1: Use the latest version of LeviLamina released on GitHub.
|
||||
add_requires("levilamina 1.6.1")
|
||||
add_requires("levibuildscript 0.5.2")
|
||||
add_requires("gmlib 1.6.0")
|
||||
add_requires("ilistenattentively 0.9.0")
|
||||
add_requires("levilamina 1.9.5", {configs = {target_type = "server"}})
|
||||
add_requires("levibuildscript 0.6.0")
|
||||
add_requires("gmlib 1.9.0")
|
||||
add_requires("ilistenattentively 0.11.0")
|
||||
|
||||
target("Cleaner") -- Change this to your mod name.
|
||||
add_cxflags(
|
||||
@@ -35,6 +35,7 @@ target("Cleaner") -- Change this to your mod name.
|
||||
"UNICODE",
|
||||
"_HAS_CXX23=1"
|
||||
)
|
||||
add_defines("LL_PLAT_S") --TODO: check client compatibility
|
||||
add_rules("@levibuildscript/linkrule")
|
||||
set_exceptions("none")
|
||||
set_kind("shared")
|
||||
|
||||
Reference in New Issue
Block a user