diff options
| author | ruki <[email protected]> | 2023-09-12 23:07:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-12 23:07:33 +0800 |
| commit | edef4b17accd31b07ec0079d305e8f1be8d4fff9 (patch) | |
| tree | a19d6dc6f760ff4dfedbabe17f0206abcab0cc65 /xmake/actions/run/main.lua | |
| parent | f3f566ae6ffc126153af87c4056f29cfb4579105 (diff) | |
mark async.runjobs as public api
Diffstat (limited to 'xmake/actions/run/main.lua')
| -rw-r--r-- | xmake/actions/run/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua index eca4d8e29..22748b388 100644 --- a/xmake/actions/run/main.lua +++ b/xmake/actions/run/main.lua @@ -26,7 +26,7 @@ import("core.base.global") import("core.project.project") import("core.platform.platform") import("devel.debugger") -import("private.async.runjobs") +import("async.runjobs") import("private.action.run.runenvs") import("private.service.remote_build.action", {alias = "remote_build_action"}) |
