Skip to content

Commit

Permalink
Unset MOZCONFIG when running build script (fixes #113)
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Oct 8, 2019
1 parent 5efa196 commit 6ba171e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ use std::process::{Command, Stdio};
use std::str;

fn main() {
// https://github.com/servo/mozjs/issues/113
env::set_var("MOZCONFIG", "");

build_jsapi();
build_jsglue();
build_jsapi_bindings();
Expand Down

0 comments on commit 6ba171e

Please sign in to comment.