From b9aa5be90928f745f51e69596a9bb4f1cbbac6f4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 26 Jan 2025 13:34:49 +0800 Subject: improve iarchive --- xmake/modules/core/tools/iarchive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/core/tools/iarchive.lua b/xmake/modules/core/tools/iarchive.lua index 30001ab77..42a3009b0 100644 --- a/xmake/modules/core/tools/iarchive.lua +++ b/xmake/modules/core/tools/iarchive.lua @@ -21,5 +21,5 @@ inherit("ar") function init(self) - _super.init(self) + self:set("arflags", "-r") end -- cgit v1.3.1