summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/tools
diff options
context:
space:
mode:
authorruki <[email protected]>2015-12-06 00:40:26 +0800
committerruki <[email protected]>2015-12-06 00:40:26 +0800
commitaaa157e94ea35a19f023483baffcff1b72e96a77 (patch)
tree1249a66d81e8fe477c75433fc2322be8fd6322fa /xmake/scripts/platform/windows/tools
parentb7a0ed4cd24fbd421715dad7376ae691871ca126 (diff)
remove print info
Diffstat (limited to 'xmake/scripts/platform/windows/tools')
-rw-r--r--xmake/scripts/platform/windows/tools/lib.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/scripts/platform/windows/tools/lib.lua b/xmake/scripts/platform/windows/tools/lib.lua
index e56e4c195..1d94152cc 100644
--- a/xmake/scripts/platform/windows/tools/lib.lua
+++ b/xmake/scripts/platform/windows/tools/lib.lua
@@ -78,7 +78,6 @@ function lib.extract(self, ...)
-- extrace all object files
for line in file:lines() do
- print(line)
-- is object file?
if line:find("%.obj") then