summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/ar.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-31 10:31:59 +0800
committerruki <[email protected]>2020-05-31 10:31:59 +0800
commit6d67b96bf3977f9f9376e03195933638e75f92ba (patch)
treeb77a0db55b27c090a5e4a61eb86f7a9f6bc590e4 /xmake/modules/core/tools/ar.lua
parentaab3a9a8bf7c07cbf80d62c7bc5bc11c8cbf6fd3 (diff)
add ninja theme
Diffstat (limited to 'xmake/modules/core/tools/ar.lua')
-rw-r--r--xmake/modules/core/tools/ar.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/ar.lua b/xmake/modules/core/tools/ar.lua
index 774afdd9c..e034924dc 100644
--- a/xmake/modules/core/tools/ar.lua
+++ b/xmake/modules/core/tools/ar.lua
@@ -20,6 +20,7 @@
-- imports
import("core.tool.compiler")
+import("private.utils.progress")
-- init it
function init(self)