summaryrefslogtreecommitdiff
path: root/xmake/core/project/option.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-04-01 22:20:35 +0800
committerruki <[email protected]>2021-04-01 22:20:35 +0800
commita9f0f90f5c7db068cdce11b5cc9f8a0ddb494f42 (patch)
tree734e588b5ae3ecd050cd5cc976f36320754d0fe1 /xmake/core/project/option.lua
parent2ff98566ce46f45b36da9f58e3da4def548814f8 (diff)
enable longpaths
Diffstat (limited to 'xmake/core/project/option.lua')
-rw-r--r--xmake/core/project/option.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua
index a92f8922f..f31ae6c6c 100644
--- a/xmake/core/project/option.lua
+++ b/xmake/core/project/option.lua
@@ -387,6 +387,7 @@ function option.apis()
, "option.set_description"
-- option.add_xxx
, "option.add_deps"
+ , "option.add_rules"
, "option.add_imports"
, "option.add_vectorexts"
, "option.add_features"