From a01e17a5049bdd02ddc2514bd47af74cf2ff802d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Oct 2021 11:58:10 +0800 Subject: move private.utils.progress to utils.progress --- xmake/modules/core/tools/ar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/ar.lua') diff --git a/xmake/modules/core/tools/ar.lua b/xmake/modules/core/tools/ar.lua index dc858a19e..abb1e9695 100644 --- a/xmake/modules/core/tools/ar.lua +++ b/xmake/modules/core/tools/ar.lua @@ -20,7 +20,7 @@ -- imports import("core.tool.compiler") -import("private.utils.progress") +import("utils.progress") -- init it function init(self) -- cgit v1.3.1