From 33144e73eae59ee7d934fd77673aac5a5a5cb0d1 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 17 Jul 2017 21:24:15 +0800 Subject: move global to base module --- xmake/core/project/cache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/project/cache.lua') 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 -- -- cgit v1.3.1