From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- toolkit/library/rust/moz.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolkit/library/rust/moz.build') 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. # -- cgit v1.2.3