diff options
| author | kaoru <[email protected]> | 2024-04-27 15:26:14 +0800 |
|---|---|---|
| committer | kaoru <[email protected]> | 2024-04-27 15:26:14 +0800 |
| commit | a53a82a1e3a2967ff6dfeed6e99fba210e2c30b5 (patch) | |
| tree | b4580b66aaa8a8195bc79af0a17ac31fc8f652bb | |
| parent | 598eff281e20c79d231e59db2bd91497bfce520e (diff) | |
remove print
| -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 |
