Skip to content

Commit f846ce5

Browse files
committed
Add comment
1 parent 9ea05b0 commit f846ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger_secure_sdk_sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ impl SDKBuilder {
462462

463463
command.compile("ledger-secure-sdk");
464464

465+
/* Link with libc for unresolved symbols */
465466
let gcc_tc = self.gcc_toolchain.display().to_string();
466-
467467
println!("cargo:rustc-link-lib=c");
468468
println!("cargo:rustc-link-search={gcc_tc}/lib");
469469
}

0 commit comments

Comments
 (0)