diff options
| author | ruki <[email protected]> | 2015-12-06 00:40:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-06 00:40:26 +0800 |
| commit | aaa157e94ea35a19f023483baffcff1b72e96a77 (patch) | |
| tree | 1249a66d81e8fe477c75433fc2322be8fd6322fa /xmake/scripts/platform | |
| parent | b7a0ed4cd24fbd421715dad7376ae691871ca126 (diff) | |
remove print info
Diffstat (limited to 'xmake/scripts/platform')
| -rw-r--r-- | xmake/scripts/platform/windows/tools/lib.lua | 1 |
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 |
