diff options
| author | ruki <[email protected]> | 2021-10-09 11:58:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-09 11:58:10 +0800 |
| commit | a01e17a5049bdd02ddc2514bd47af74cf2ff802d (patch) | |
| tree | 83cea0cf9fa564bd0bbbddb35a366b64a404635e /xmake/modules/private/utils/batchcmds.lua | |
| parent | 59498b047190411a144f821a5cc40174faeaaa9a (diff) | |
move private.utils.progress to utils.progress
Diffstat (limited to 'xmake/modules/private/utils/batchcmds.lua')
| -rw-r--r-- | xmake/modules/private/utils/batchcmds.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/utils/batchcmds.lua b/xmake/modules/private/utils/batchcmds.lua index 946135a87..34dd5d583 100644 --- a/xmake/modules/private/utils/batchcmds.lua +++ b/xmake/modules/private/utils/batchcmds.lua @@ -28,7 +28,7 @@ import("core.theme.theme") import("core.tool.linker") import("core.tool.compiler") import("core.language.language") -import("private.utils.progress", {alias = "progress_utils"}) +import("utils.progress", {alias = "progress_utils"}) -- define module local batchcmds = batchcmds or object { _init = {"_TARGET", "_CMDS", "_DEPS", "_tip"}} |
