summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-07-17 09:31:11 +0800
committerruki <[email protected]>2017-07-17 09:31:11 +0800
commita9330f8d12a76f7c5cd8488937cdd3bfc09fff6a (patch)
tree498522cdfc39836c4e5f16f1fe17e2bbe3580a19 /xmake/core/project/project.lua
parent6a222cf4f73536a9c56820451c5e68435b24a620 (diff)
improve option check script
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 5195df00b..dca8c946d 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -506,7 +506,7 @@ function project.options(enable_filter)
instance._INFO = optioninfo
-- save it
- table.insert(options,instance)
+ table.insert(options, instance)
end
-- ok?