summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-07 23:29:33 +0800
committerruki <[email protected]>2024-05-07 23:29:33 +0800
commit243b757b48eace689d0c1e63f8dd80f4f47471a2 (patch)
treed4f5e292b1173c2f1933ad20bc180af4a6cf50e3
parent4993257915d77923aebcf43a7e89a365b424f878 (diff)
fix remote build
-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