Skip to content

Commit

Permalink
Switch back to dylib
Browse files Browse the repository at this point in the history
-gnu is somewhat broken using cdylib: rust-lang/rust#37530
But we should be able to statically link msvcrt: rust-lang/rust#37545
  • Loading branch information
urschrei committed Nov 20, 2016
1 parent 6e9e6cc commit 6c640e6
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 @@ -18,7 +18,7 @@ rayon = "0.4.0"

[lib]
name = "lonlat_bng"
crate-type = ["cdylib"]
crate-type = ["dylib"]
test = true
doctest = false
doc = true
Expand Down

0 comments on commit 6c640e6

Please sign in to comment.