From 2d077a73b654541e76107c5bb01c402572e484c1 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 30 Apr 2017 20:30:38 +0800 Subject: enable getwinsize for macosx --- xmake/core/project/task.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmake/core/project/task.lua') diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua index 904ca81d6..35c051ef9 100644 --- a/xmake/core/project/task.lua +++ b/xmake/core/project/task.lua @@ -142,9 +142,9 @@ function task._translate_menu(menu) table.insert(options, 8, {'F', "file", "kv", nil, "Read a given xmake.lua file." }) table.insert(options, 9, {'P', "project", "kv", nil, "Change to the given project directory." , "Search priority:" - , " 1. The Given Command Argument" - , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR" - , " 3. The Current Directory" }) + , " 1. The Given Command Argument" + , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR" + , " 3. The Current Directory" }) table.insert(options, 10, {}) end -- cgit v1.3.1