summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-09-22 23:43:19 +0800
committerruki <[email protected]>2017-09-22 16:19:55 +0800
commit540f5a54112c4d4a754d10462cc560230a3fec6a (patch)
tree543bcceac52c4d7fafd057828d6d4136599a98fb
parent5058a1e7b723dc2d40eaa7f294729a0764621fc8 (diff)
fix xmake clean bug
-rw-r--r--xmake/actions/config/main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua
index f8c748876..522911965 100644
--- a/xmake/actions/config/main.lua
+++ b/xmake/actions/config/main.lua
@@ -41,11 +41,13 @@ function _option_filter(name)
target = true
, file = true
, root = true
+ , yes = true
, quiet = true
, profile = true
, project = true
, verbose = true
, backtrace = true
+ , require = true
}
return not options[name]
end