summaryrefslogtreecommitdiff
path: root/xmake/core/project/cache.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-07-17 21:24:15 +0800
committerruki <[email protected]>2017-07-17 21:24:15 +0800
commit33144e73eae59ee7d934fd77673aac5a5a5cb0d1 (patch)
treeb8aa2925c9c7e44184c5288d5e7fffab715a5f36 /xmake/core/project/cache.lua
parent90c118045794457feb9c5e7a36c9625a25841cb1 (diff)
move global to base module
Diffstat (limited to 'xmake/core/project/cache.lua')
-rw-r--r--xmake/core/project/cache.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/cache.lua b/xmake/core/project/cache.lua
index d96f12e00..7dfbd9956 100644
--- a/xmake/core/project/cache.lua
+++ b/xmake/core/project/cache.lua
@@ -32,7 +32,7 @@ local path = require("base/path")
local table = require("base/table")
local utils = require("base/utils")
local config = require("project/config")
-local global = require("project/global")
+local global = require("base/global")
-- the cache instance
--