Skip to content

Commit

Permalink
build: Make a static library by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Oct 26, 2016
1 parent 6da1b08 commit 19c72d8
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 @@ -5,7 +5,7 @@ authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Guillaume Gomez <guillau
build = "build.rs"

[lib]
crate-type = ["dylib"]
crate-type = ["staticlib"]

[dependencies]
libc = "0.2.0"
Expand Down

0 comments on commit 19c72d8

Please # to comment.