Skip to content

Commit

Permalink
Prefer rlib when linking
Browse files Browse the repository at this point in the history
See rust-lang/rust#19680 (comment)
for details on why this is necessary.
  • Loading branch information
jtescher committed Jan 8, 2020
1 parent ee8f5aa commit 5712a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[lib]
path = "src/lib.rs"
crate-type = ["dylib"]
crate-type = ["rlib", "dylib"]

[features]
default = []
Expand Down

0 comments on commit 5712a2e

Please sign in to comment.