diff options
| -rw-r--r-- | xmake/modules/core/tools/iarchive.lua | 2 |
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 |
