summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-04 23:07:19 +0800
committerruki <[email protected]>2020-08-04 23:07:19 +0800
commit5a44a67feba23cb670bafdc8eed474a0a22f4f43 (patch)
tree0a9f2518fd41a05ad77729c86467a1ef1f7ecc0d /xmake
parent96b0eae26058482a83f5bbf57bab15a834339464 (diff)
fix compile errors
Diffstat (limited to 'xmake')
-rw-r--r--xmake/core/base/io.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index d484d179f..189ff536f 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -539,7 +539,6 @@ end
-- get std file, /dev/stdin, /dev/stdout, /dev/stderr
function io.stdfile(filepath)
- print("io.stdfile", filepath)
local file = nil
if filepath == "/dev/stdin" then
file = io._stdfile(1)