diff options
| author | ruki <[email protected]> | 2024-05-07 23:29:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-07 23:29:33 +0800 |
| commit | 243b757b48eace689d0c1e63f8dd80f4f47471a2 (patch) | |
| tree | d4f5e292b1173c2f1933ad20bc180af4a6cf50e3 | |
| parent | 4993257915d77923aebcf43a7e89a365b424f878 (diff) | |
fix remote build
| -rw-r--r-- | xmake/modules/private/service/remote_build/action.lua | 2 |
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 |
