summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-10-15 23:43:33 +0800
committerruki <[email protected]>2017-10-15 23:43:33 +0800
commite6b23ffc316822a52b374e1c38dff738c7be6b91 (patch)
tree2747ccf724916cf69a327810904cc808ea728423 /xmake/core/base/os.lua
parent3c990e889dc116dec50c950f5c1a1a91fb5d6600 (diff)
enable log output
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua1
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")