From 545cace2e633a3232a7f4565ee596b8114b44942 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 16 Mar 2020 23:05:56 +0800 Subject: add sdcc platform --- xmake/modules/core/tools/sdar.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/modules/core/tools/sdar.lua') diff --git a/xmake/modules/core/tools/sdar.lua b/xmake/modules/core/tools/sdar.lua index 3548772f1..ba991e780 100644 --- a/xmake/modules/core/tools/sdar.lua +++ b/xmake/modules/core/tools/sdar.lua @@ -26,9 +26,6 @@ function init(self) -- init flags self:set("arflags", "-cr") - - -- init the file formats - self:set("formats", {static = "$(name).lib"}) end -- make the strip flag -- cgit v1.3.1