Fix review comments
This commit is contained in:
parent
72223e205d
commit
cd3f2f68c0
2 changed files with 6 additions and 1 deletions
|
@ -292,7 +292,7 @@ impl<'a> ArArchiveBuilder<'a> {
|
|||
&entries,
|
||||
archive_kind,
|
||||
false,
|
||||
self.sess.target.arch == "arm64ec",
|
||||
/* is_ec = */ self.sess.target.arch == "arm64ec",
|
||||
)?;
|
||||
|
||||
let any_entries = !entries.is_empty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue