From be7af17fc8a42cf13e8f56e11439a4fa42365da3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 26 Feb 2017 22:08:26 +0800 Subject: save tool kind for windows --- xmake/tools/lib.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 xmake/tools/lib.lua (limited to 'xmake/tools/lib.lua') diff --git a/xmake/tools/lib.lua b/xmake/tools/lib.lua old mode 100755 new mode 100644 index 033a6e4ca..62787b405 --- a/xmake/tools/lib.lua +++ b/xmake/tools/lib.lua @@ -29,8 +29,7 @@ function init(shellname, kind) _g.shellname = shellname or "lib.exe" -- save the tool kind - _g.kind = kind or "ar" - + _g.kind = kind end -- get the property -- cgit v1.3.1