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/modules/private/action/build/object.lua | |
| parent | f3f566ae6ffc126153af87c4056f29cfb4579105 (diff) | |
mark async.runjobs as public api
Diffstat (limited to 'xmake/modules/private/action/build/object.lua')
| -rw-r--r-- | xmake/modules/private/action/build/object.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/build/object.lua b/xmake/modules/private/action/build/object.lua index 5b8188d49..ea6f3035a 100644 --- a/xmake/modules/private/action/build/object.lua +++ b/xmake/modules/private/action/build/object.lua @@ -24,7 +24,7 @@ import("core.theme.theme") import("core.tool.compiler") import("core.project.depend") import("private.cache.build_cache") -import("private.async.runjobs") +import("async.runjobs") import("utils.progress") import("private.service.distcc_build.client", {alias = "distcc_build_client"}) |
