summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-24 00:37:18 +0800
committerruki <[email protected]>2018-04-23 21:43:48 +0800
commitf0046fd30c7bc2ea827335cf4f9fb1c3a014fec4 (patch)
tree8e1b783b8e67e60e82ce0081c263f67684e3cdb1
parent1164a551c97d8166b1106155272aef217a109b7f (diff)
remove some unused prints
-rw-r--r--xmake/actions/run/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua
index 4baf81384..bb3ed7ac5 100644
--- a/xmake/actions/run/main.lua
+++ b/xmake/actions/run/main.lua
@@ -58,7 +58,6 @@ function _on_run_target(target)
if is_plat("windows") or (is_plat("mingw") and is_host("windows")) then
local searchdirs = {}
for _, linkdir in ipairs(target:get("linkdirs")) do
- print(1, linkdir)
if not searchdirs[linkdir] then
searchdirs[linkdir] = true
os.addenv("PATH", linkdir)