diff options
| -rw-r--r-- | xmake/core/project/target.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
