diff --git a/psa-crypto-sys/build.rs b/psa-crypto-sys/build.rs index 25bddec..fdcc60c 100644 --- a/psa-crypto-sys/build.rs +++ b/psa-crypto-sys/build.rs @@ -397,7 +397,7 @@ mod operations { let (from, _) = &lib; args.push(from.as_os_str()); } - println!("BILL: args: {:?}", args); + let output = std::process::Command::new("nm") .args(args) .output() diff --git a/psa-crypto-sys/vendor b/psa-crypto-sys/vendor index 8df2f8e..edb8fec 160000 --- a/psa-crypto-sys/vendor +++ b/psa-crypto-sys/vendor @@ -1 +1 @@ -Subproject commit 8df2f8e7b9c7bb9390ac74bb7bace27edca81a2b +Subproject commit edb8fec9882084344a314368ac7fd957a187519c