Skip to content

Commit

Permalink
Merge pull request #87 from mitchmindtree/master
Browse files Browse the repository at this point in the history
Don't build dylib to avoid run-time linking errors in examples (shown in #85).
  • Loading branch information
mitchmindtree committed May 24, 2015
2 parents dc5b88f + 2e25e98 commit 26d9c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "portaudio"
version = "0.4.10"
version = "0.4.11"
authors = ["Jeremy Letang <letang.jeremy@gmail.com>",
"Mitchell Nordine <mitchell.nordine@gmail.com>"]
description = "PortAudio bindings for Rust."
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/jeremyletang/rust-portaudio.git"
[lib]

name = "portaudio"
crate-type = ["dylib", "rlib"]
crate-type = ["rlib"]

[build-dependencies]
pkg-config = "*"
Expand Down

0 comments on commit 26d9c92

Please sign in to comment.