diff options
| author | ruki <[email protected]> | 2018-02-07 22:40:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-02-07 10:02:01 +0800 |
| commit | ffcaa17712fa94c1c45b3e029aace073e955a372 (patch) | |
| tree | 00e5fdc69b9a2ec793764de5655500c784b199c8 /xmake/core/project/option.lua | |
| parent | 315793c730d58662ae98375552d2c817c83f77c5 (diff) | |
remove unused codes and improve menuconfig
Diffstat (limited to 'xmake/core/project/option.lua')
| -rw-r--r-- | xmake/core/project/option.lua | 3 |
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 |
