summaryrefslogtreecommitdiff
path: root/xmake/actions/global/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-19 00:33:58 +0800
committerruki <[email protected]>2020-12-19 00:33:58 +0800
commitbbf9e7988955d4385639ee30f5df309ff6891736 (patch)
treecdd10d7f651bc6834c36b9874c7ce8c04b851c62 /xmake/actions/global/xmake.lua
parent37d4120c6cfd0454b45d606d2969e41631cc1f42 (diff)
add global cache directory
Diffstat (limited to 'xmake/actions/global/xmake.lua')
-rw-r--r--xmake/actions/global/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua
index 97a3da630..cbb32d998 100644
--- a/xmake/actions/global/xmake.lua
+++ b/xmake/actions/global/xmake.lua
@@ -50,7 +50,8 @@ task("global")
end}
, {nil, "debugger", "kv", "auto" , "The debugger program path." }
, {category = "Build Configuration"}
- , {nil, "build_warning", "kv", nil , "Enable the warnings output by default when building." }
+ , {nil, "build_warning", "kv", nil , "Enable the warnings output by default when building." }
+ , {nil, "cachedir", "kv", nil , "The global cache directory." }
-- network configuration
, {category = "Network Configuration"}
@@ -91,7 +92,6 @@ task("global")
-- get global menu options
return menu.options("global")
end
-
}
}