Skip to content

Commit 6c640e6

Browse files
committed
Switch back to dylib
-gnu is somewhat broken using cdylib: rust-lang/rust#37530 But we should be able to statically link msvcrt: rust-lang/rust#37545
1 parent 6e9e6cc commit 6c640e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rayon = "0.4.0"
1818

1919
[lib]
2020
name = "lonlat_bng"
21-
crate-type = ["cdylib"]
21+
crate-type = ["dylib"]
2222
test = true
2323
doctest = false
2424
doc = true

0 commit comments

Comments
 (0)