diff options
| author | ruki <[email protected]> | 2017-07-10 21:34:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-10 21:34:02 +0800 |
| commit | 03420ca44581f299a48935ca60af4824575cd9c1 (patch) | |
| tree | b4644e07c92e62b973d15f3f0d3e0ee41f95446e /xmake/core/tool/builder.lua | |
| parent | def23a930fc3780e54b2a8a6fc60854d2e193000 (diff) | |
add has_features and features for compiler
Diffstat (limited to 'xmake/core/tool/builder.lua')
| -rw-r--r-- | xmake/core/tool/builder.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua index 9143fcbee..f66ad811e 100644 --- a/xmake/core/tool/builder.lua +++ b/xmake/core/tool/builder.lua @@ -26,17 +26,17 @@ local builder = builder or {} -- load modules -local io = require("base/io") -local path = require("base/path") -local utils = require("base/utils") -local table = require("base/table") -local string = require("base/string") -local option = require("base/option") -local tool = require("tool/tool") -local config = require("project/config") -local sandbox = require("sandbox/sandbox") -local language = require("language/language") -local platform = require("platform/platform") +local io = require("base/io") +local path = require("base/path") +local utils = require("base/utils") +local table = require("base/table") +local string = require("base/string") +local option = require("base/option") +local tool = require("tool/tool") +local config = require("project/config") +local sandbox = require("sandbox/sandbox") +local language = require("language/language") +local platform = require("platform/platform") -- get the tool of builder function builder:_tool() |
