summaryrefslogtreecommitdiff
path: root/xmake/rules
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/rules
parentf3f566ae6ffc126153af87c4056f29cfb4579105 (diff)
mark async.runjobs as public api
Diffstat (limited to 'xmake/rules')
-rw-r--r--xmake/rules/go/env/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/go/env/xmake.lua b/xmake/rules/go/env/xmake.lua
index 0ef6d3d2a..f85577907 100644
--- a/xmake/rules/go/env/xmake.lua
+++ b/xmake/rules/go/env/xmake.lua
@@ -23,7 +23,7 @@ rule("go.env")
-- imports
import("private.tools.go.goenv")
- import("private.async.runjobs")
+ import("async.runjobs")
import("core.base.tty")
import("core.base.option")
import("core.project.config")