diff options
| author | ruki <[email protected]> | 2016-01-14 11:52:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-01-14 11:52:48 +0800 |
| commit | 68a341347319f58cfb20fc6c4c4c0feed9b01252 (patch) | |
| tree | bf3a5350d963c8c785b5e4c771f84753d2ec81cc /xmake/core/action/_lua.lua | |
| parent | cdcf953259aee5e7e1a06855ddbedbaabf585bc9 (diff) | |
move platform directory
Diffstat (limited to 'xmake/core/action/_lua.lua')
| -rw-r--r-- | xmake/core/action/_lua.lua | 2 |
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) |
