diff options
Diffstat (limited to 'toolkit/library/rust/moz.build')
-rw-r--r-- | toolkit/library/rust/moz.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/library/rust/moz.build b/toolkit/library/rust/moz.build index eb2db8f81b..0935410268 100644 --- a/toolkit/library/rust/moz.build +++ b/toolkit/library/rust/moz.build @@ -31,6 +31,9 @@ RUST_TESTS = [ "gkrust", ] +if CONFIG["TARGET_OS"] in ("WINNT", "OSX"): + RUST_TESTS += ["nmhproxy"] + # Code coverage builds link a bunch of Gecko bindings code from the style # crate, which is not used by our tests but would cause link errors. # |