Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lewton')
-rw-r--r--audio/lewton/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index 1e5cef57..444c9e7d 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -19,7 +19,7 @@ lazy_static = "1.0"
[lib]
name = "gstlewton"
-crate-type = ["cdylib", "rlib"]
+crate-type = ["cdylib", "rlib", "staticlib"]
path = "src/lib.rs"
[build-dependencies]