From edef4b17accd31b07ec0079d305e8f1be8d4fff9 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 12 Sep 2023 23:07:33 +0800 Subject: mark async.runjobs as public api --- xmake/plugins/repo/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins') diff --git a/xmake/plugins/repo/main.lua b/xmake/plugins/repo/main.lua index 9a1418128..d2e1e17c6 100644 --- a/xmake/plugins/repo/main.lua +++ b/xmake/plugins/repo/main.lua @@ -26,7 +26,7 @@ import("core.platform.platform") import("core.package.repository") import("devel.git") import("net.proxy") -import("private.async.runjobs") +import("async.runjobs") import("private.action.require.impl.environment") function _clear_quick_search_cache(is_global) -- cgit v1.3.1