mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-19 08:36:27 +00:00
Switch to cdylib crate type
This commit is contained in:
parent
6f6e56a5e3
commit
3d83de761f
2 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ pkg-config = "0.3"
|
|||
|
||||
[lib]
|
||||
name = "rsplugin"
|
||||
crate-type = ["dylib"]
|
||||
crate-type = ["cdylib"]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
// Boston, MA 02110-1301, USA.
|
||||
|
||||
#![crate_type="dylib"]
|
||||
#![crate_type="cdylib"]
|
||||
|
||||
extern crate libc;
|
||||
extern crate url;
|
||||
|
|
Loading…
Reference in a new issue