summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/service/remote_build/action.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/service/remote_build/action.lua b/xmake/modules/private/service/remote_build/action.lua
index f3a919f14..fcf3fff89 100644
--- a/xmake/modules/private/service/remote_build/action.lua
+++ b/xmake/modules/private/service/remote_build/action.lua
@@ -29,5 +29,5 @@ end
function main()
config.load()
- remote_build_client.singleton():runcmd(os.programfile(), xmake.argv())
+ remote_build_client.singleton():runcmd("xmake", xmake.argv())
end