diff options
| author | ruki <[email protected]> | 2017-10-15 23:43:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-10-15 23:43:33 +0800 |
| commit | e6b23ffc316822a52b374e1c38dff738c7be6b91 (patch) | |
| tree | 2747ccf724916cf69a327810904cc808ea728423 /xmake/core/base/os.lua | |
| parent | 3c990e889dc116dec50c950f5c1a1a91fb5d6600 (diff) | |
enable log output
Diffstat (limited to 'xmake/core/base/os.lua')
| -rw-r--r-- | xmake/core/base/os.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 03487a65a..fd414b54b 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -27,6 +27,7 @@ local os = os or {} -- load modules local io = require("base/io") +local log = require("base/log") local path = require("base/path") local table = require("base/table") local utils = require("base/utils") |
