You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.rs
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -242,31 +242,23 @@ fn static_link() {
242
242
// See https://github.com/mozilla/application-services/blob/0a2dac76f979b8bcfb6bacb5424b50f58520b8fe/components/support/rc_crypto/nss/nss_build_common/src/lib.rs#L127-L157
243
243
let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap();
244
244
let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap();
0 commit comments