diff options
| author | ruki <[email protected]> | 2023-09-14 23:17:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-14 23:17:13 +0800 |
| commit | cc9c8f16dbad7152d44503df9b2f45d0fa3c3463 (patch) | |
| tree | 3fddfcf6fa207384fa94efc823011e61248c68f7 | |
| parent | ca3b8d3ed2d69b3b907c3da535f76e4fc26f5e03 (diff) | |
fix error
| -rw-r--r-- | xmake/modules/private/service/remote_build/server.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/service/remote_build/server.lua b/xmake/modules/private/service/remote_build/server.lua index 5c8bb3ce2..cdad7592e 100644 --- a/xmake/modules/private/service/remote_build/server.lua +++ b/xmake/modules/private/service/remote_build/server.lua @@ -70,12 +70,12 @@ function remote_build_server:workdir() end -- get xmake sourcedir directory -function server_session:xmake_sourcedir() +function remote_build_server:xmake_sourcedir() return path.join(self:workdir(), "xmake_source") end -- get filesync for xmakesrc -function server_session:_xmake_filesync() +function remote_build_server:_xmake_filesync() return self._XMAKE_FILESYNC end |
