summaryrefslogtreecommitdiff
path: root/xmake/core/action/_lua.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-01-14 11:52:48 +0800
committerruki <[email protected]>2016-01-14 11:52:48 +0800
commit68a341347319f58cfb20fc6c4c4c0feed9b01252 (patch)
treebf3a5350d963c8c785b5e4c771f84753d2ec81cc /xmake/core/action/_lua.lua
parentcdcf953259aee5e7e1a06855ddbedbaabf585bc9 (diff)
move platform directory
Diffstat (limited to 'xmake/core/action/_lua.lua')
-rw-r--r--xmake/core/action/_lua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/action/_lua.lua b/xmake/core/action/_lua.lua
index e342d82e7..0ca841b83 100644
--- a/xmake/core/action/_lua.lua
+++ b/xmake/core/action/_lua.lua
@@ -30,7 +30,7 @@ local utils = require("base/utils")
local config = require("base/config")
local string = require("base/string")
local tools = require("tools/tools")
-local platform = require("platform/platform")
+local platform = require("base/platform")
-- need access to the given file?
function _lua.need(name)