summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-22 22:39:22 +0800
committerruki <[email protected]>2023-11-22 22:39:22 +0800
commitc891130491d408f297902484df74ac6afa9b8d88 (patch)
treead818346a8066a9a08701199d809f23fbcc778b8 /tests/plugins/pack/xmake.lua
parent8846d9ece834a1d8b78234da6f1e439e1075b45e (diff)
impl uncheck component
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
-rw-r--r--tests/plugins/pack/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index fcf0f9e8c..a93fc18f6 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -42,6 +42,7 @@ xpack("test")
end)
xpack_component("LongPath")
+ set_default(false)
set_title("Enable Long Path")
set_description("Increases the maximum path length limit, up to 32,767 characters (before 256).")
on_installcmd(function (component, batchcmds)