From 82fc443c84a02c7cf19248c5f9a70ef9f3a2032f Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 5 Dec 2015 22:28:02 +0800 Subject: impl add_files *.lib for windows --- xmake/scripts/base/string.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/scripts/base/string.lua') diff --git a/xmake/scripts/base/string.lua b/xmake/scripts/base/string.lua index d6f3bf748..b4be08cfa 100644 --- a/xmake/scripts/base/string.lua +++ b/xmake/scripts/base/string.lua @@ -25,6 +25,7 @@ local string = string or {} -- find the last substring with the given pattern function string.find_last(self, pattern, plain) + -- find the last substring local curr = 0 repeat -- cgit v1.3.1