mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
.rh and .rm adjustments, basic-cli nightly prep
This commit is contained in:
parent
1061b7e8c0
commit
f619a35c7c
8 changed files with 13 additions and 17 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue