diff options
| author | Locietta <[email protected]> | 2023-09-21 17:21:56 +0800 |
|---|---|---|
| committer | Locietta <[email protected]> | 2023-09-21 17:21:56 +0800 |
| commit | 673a0edd311d67d2d66f5e39ac23f8ee1d75a168 (patch) | |
| tree | 8bbd2fdf6bf14942d4e5d6404bc96eed1da70c0e | |
| parent | 8c054a185f4471cbd25086d0be994d1e1ce9c625 (diff) | |
fix: `lld-link` should use `link`'s command line style, not `ld`'s
| -rw-r--r-- | xmake/modules/core/tools/lld_link.lua | 2 |
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") |
