.rh and .rm adjustments, basic-cli nightly prep

This commit is contained in:
Anton-4 2023-03-20 12:24:30 +01:00
parent 1061b7e8c0
commit f619a35c7c
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
8 changed files with 13 additions and 17 deletions

View file

@ -151,9 +151,9 @@ fn write_archive<W: Write>(path: &Path, writer: W) -> io::Result<()> {
if [
// surgical linker format
Some("rh1"),
Some("rh"),
// metadata file
Some("rm2"),
Some("rm"),
// legacy linker formats
Some("o"),
Some("obj"),