diff options
Diffstat (limited to 'xmake/tools/lib.lua')
| -rw-r--r--[-rwxr-xr-x] | xmake/tools/lib.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/tools/lib.lua b/xmake/tools/lib.lua index 033a6e4ca..62787b405 100755..100644 --- 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 |
