diff options
Diffstat (limited to 'xmake/plugins/lua/main.lua')
| -rw-r--r-- | xmake/plugins/lua/main.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/plugins/lua/main.lua b/xmake/plugins/lua/main.lua index 437d69870..2b7a9fa4b 100644 --- a/xmake/plugins/lua/main.lua +++ b/xmake/plugins/lua/main.lua @@ -162,7 +162,8 @@ end function main() -- do action for remote if we are in the project directory? - if os.isfile(project.rootfile()) and remote_build_action.enabled() then + if os.isfile(project.rootfile()) and remote_build_action.enabled() + and xmake.argv()[2] ~= "private.utils.complete" then return remote_build_action() end |
