From a53a82a1e3a2967ff6dfeed6e99fba210e2c30b5 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 27 Apr 2024 15:26:14 +0800 Subject: remove print --- xmake/core/project/target.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index 32cbe0748..c5cf3a2b1 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -2833,7 +2833,6 @@ end -- get the link name of the target file function target.linkname(filename, opt) - print(filename, opt) -- for implib/mingw, e.g. libxxx.dll.a opt = opt or {} if filename:startswith("lib") and filename:endswith(".dll.a") then -- cgit v1.3.1