Skip to content

Commit 26d9c92

Browse files
committed
Merge pull request #87 from mitchmindtree/master
Don't build dylib to avoid run-time linking errors in examples (shown in #85).
2 parents dc5b88f + 2e25e98 commit 26d9c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "portaudio"
4-
version = "0.4.10"
4+
version = "0.4.11"
55
authors = ["Jeremy Letang <[email protected]>",
66
"Mitchell Nordine <[email protected]>"]
77
description = "PortAudio bindings for Rust."
@@ -13,7 +13,7 @@ repository = "https://github.com/jeremyletang/rust-portaudio.git"
1313
[lib]
1414

1515
name = "portaudio"
16-
crate-type = ["dylib", "rlib"]
16+
crate-type = ["rlib"]
1717

1818
[build-dependencies]
1919
pkg-config = "*"

0 commit comments

Comments
 (0)