From d021df166bfd45c2d18ae6fa39cd685006491d01 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 16 May 2020 10:59:10 +0800 Subject: rename dlang, rust, swift, go ldflags --- xmake/modules/core/tools/ldc2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/ldc2.lua') diff --git a/xmake/modules/core/tools/ldc2.lua b/xmake/modules/core/tools/ldc2.lua index ef4796156..9cf9fd48b 100644 --- a/xmake/modules/core/tools/ldc2.lua +++ b/xmake/modules/core/tools/ldc2.lua @@ -28,7 +28,7 @@ function init(self) _super.init(self) -- init shflags - self:set("dc-shflags", "-shared") + self:set("dcshflags", "-shared") -- init cxflags for the kind: shared self:set("shared.dcflags", "") -- cgit v1.3.1