From 673a0edd311d67d2d66f5e39ac23f8ee1d75a168 Mon Sep 17 00:00:00 2001 From: Locietta Date: Thu, 21 Sep 2023 17:21:56 +0800 Subject: fix: `lld-link` should use `link`'s command line style, not `ld`'s --- xmake/modules/core/tools/lld_link.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.3.1