summaryrefslogtreecommitdiff
path: root/xmake/plugins/repo/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-12 23:07:33 +0800
committerruki <[email protected]>2023-09-12 23:07:33 +0800
commitedef4b17accd31b07ec0079d305e8f1be8d4fff9 (patch)
treea19d6dc6f760ff4dfedbabe17f0206abcab0cc65 /xmake/plugins/repo/main.lua
parentf3f566ae6ffc126153af87c4056f29cfb4579105 (diff)
mark async.runjobs as public api
Diffstat (limited to 'xmake/plugins/repo/main.lua')
-rw-r--r--xmake/plugins/repo/main.lua2
1 files changed, 1 insertions, 1 deletions
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)