diff options
| -rw-r--r-- | xmake/core/platform/menu.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/platform/menu.lua b/xmake/core/platform/menu.lua index 7f0c7be98..0a3282fea 100644 --- a/xmake/core/platform/menu.lua +++ b/xmake/core/platform/menu.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- the remote build client is connected? -- +-- this implementation is from remote_build_client.is_connected(), but we can not call it by module/import +-- -- @see https://github.com/xmake-io/xmake/issues/3187 function _remote_build_is_connected() -- the current process is in service? we cannot enable it |
