summaryrefslogtreecommitdiff
path: root/xmake/actions/update/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-06 23:25:22 +0800
committerruki <[email protected]>2020-02-07 22:45:57 +0800
commit86dcc1f78cd9e84b9e09673eb602ca77661841cf (patch)
treeff024e06a864c817c1fb3409222c702dc44660e5 /xmake/actions/update/main.lua
parent36ee7b8a95969aa4bfbf1d354da13dc3ba6da81d (diff)
move process module to core.base.process
Diffstat (limited to 'xmake/actions/update/main.lua')
-rw-r--r--xmake/actions/update/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua
index 33e726e17..b4216c632 100644
--- a/xmake/actions/update/main.lua
+++ b/xmake/actions/update/main.lua
@@ -22,6 +22,7 @@
import("core.base.semver")
import("core.base.option")
import("core.base.task")
+import("core.base.process")
import("net.http")
import("devel.git")
import("devel.git.submodule")