diff options
| -rw-r--r-- | xmake/actions/run/main.lua | 1 |
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) |
