summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-21 21:03:45 +0800
committerGitHub <[email protected]>2023-09-21 21:03:45 +0800
commitb6d968177d38d3f9519d4252034aac3f99e53d8c (patch)
tree8bbd2fdf6bf14942d4e5d6404bc96eed1da70c0e
parent8c054a185f4471cbd25086d0be994d1e1ce9c625 (diff)
parent673a0edd311d67d2d66f5e39ac23f8ee1d75a168 (diff)
Merge pull request #4233 from Locietta/fix-lld-link
Fix Incorrect Command Line for `lld-link`
-rw-r--r--xmake/modules/core/tools/lld_link.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/lld_link.lua b/xmake/modules/core/tools/lld_link.lua
index 30c587ca0..484c492f2 100644
--- a/xmake/modules/core/tools/lld_link.lua
+++ b/xmake/modules/core/tools/lld_link.lua
@@ -19,5 +19,5 @@
--
-- imports
-inherit("ld")
+inherit("link")