[feat] use CROSSDESK_DEBUG compile-time variable to control config file path

This commit is contained in:
dijunkun
2025-10-31 17:31:50 +08:00
parent 2c622bc76e
commit 43db021326
6 changed files with 12 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ set_encodings("utf-8")
add_defines("UNICODE")
if is_mode("debug") then
add_defines("DESK_PORT_DEBUG")
add_defines("CROSSDESK_DEBUG")
end
add_requires("spdlog 1.14.1", {system = false})