summaryrefslogtreecommitdiff
path: root/xmake/core/project/option.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-07 22:40:20 +0800
committerruki <[email protected]>2018-02-07 10:02:01 +0800
commitffcaa17712fa94c1c45b3e029aace073e955a372 (patch)
tree00e5fdc69b9a2ec793764de5655500c784b199c8 /xmake/core/project/option.lua
parent315793c730d58662ae98375552d2c817c83f77c5 (diff)
remove unused codes and improve menuconfig
Diffstat (limited to 'xmake/core/project/option.lua')
-rw-r--r--xmake/core/project/option.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua
index 7d5b820c2..468e402e0 100644
--- a/xmake/core/project/option.lua
+++ b/xmake/core/project/option.lua
@@ -133,9 +133,6 @@ function option:_cx_check()
-- check it
local ok, results_or_errors = sandbox.load(self._check_cxsnippets, snippets, {target = self, sourcekind = sourcekind, types = types, funcs = funcs, includes = includes})
- if self:name() == "zlib" then
- print("zlib", ok, results_or_errors)
- end
if not ok then
return false, results_or_errors
end