We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551a1d7 commit b4c210bCopy full SHA for b4c210b
mozjs-sys/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "mozjs_sys"
3
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
4
repository.workspace = true
5
-version = "0.140.5-0"
+version = "0.140.5-1"
6
authors = ["Mozilla", "The Servo Project Developers"]
7
links = "mozjs"
8
license.workspace = true
mozjs-sys/build.rs
@@ -256,7 +256,6 @@ fn build_spidermonkey(build_dir: &Path) {
256
.for_each(|obj| {
257
make_static.object(obj);
258
});
259
- make_static.static_flag(true);
260
make_static.compile("js_static");
261
}
262
0 commit comments