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
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ fn static_link() {
200
200
"certdb",
201
201
"certhi",
202
202
"cryptohi",
203
+
"gcm",
203
204
"freebl_static",
204
205
if env::consts::OS == "windows"{
205
206
"libnspr4"
@@ -235,32 +236,27 @@ fn static_link() {
235
236
// Hardware specific libs.
236
237
// See https://github.com/mozilla/application-services/blob/0a2dac76f979b8bcfb6bacb5424b50f58520b8fe/components/support/rc_crypto/nss/nss_build_common/src/lib.rs#L127-L157
237
238
let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap();
238
-
let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap();
0 commit comments