summaryrefslogtreecommitdiff
path: root/xmake/core/action/_debug.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/action/_debug.lua')
-rw-r--r--xmake/core/action/_debug.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/action/_debug.lua b/xmake/core/action/_debug.lua
index c84d78073..aba8d363e 100644
--- a/xmake/core/action/_debug.lua
+++ b/xmake/core/action/_debug.lua
@@ -26,7 +26,7 @@ local _debug = _debug or {}
-- load modules
local utils = require("base/utils")
local config = require("base/config")
-local platform = require("platform/platform")
+local platform = require("base/platform")
-- need access to the given file?
function _debug.need(name)