summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-26 13:34:49 +0800
committerruki <[email protected]>2025-01-26 13:34:49 +0800
commitb9aa5be90928f745f51e69596a9bb4f1cbbac6f4 (patch)
tree268eca09614ef223f12725394b8bfe99b1862c2f
parentdc17d289953b23df38e3c64063b175b7a4f5e70d (diff)
improve iarchive
-rw-r--r--xmake/modules/core/tools/iarchive.lua2
1 files changed, 1 insertions, 1 deletions
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