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 c715ae4 commit ccd86bcCopy full SHA for ccd86bc
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.128.0-6"
+version = "0.128.0-7"
6
authors = ["Mozilla"]
7
links = "mozjs"
8
build = "build.rs"
mozjs-sys/build.rs
@@ -303,6 +303,7 @@ fn build_spidermonkey(build_dir: &Path) {
303
}
304
if let Ok(include) = std::env::var("DEP_Z_INCLUDE") {
305
cppflags.push(format!("-I{include}").replace("\\", "/"));
306
+ cppflags.push(" ");
307
308
cppflags.push(get_cc_rs_env_os("CPPFLAGS").unwrap_or_default());
309
cmd.env("CPPFLAGS", cppflags);
0 commit comments