Skip to content

Commit 8ea8bf4

Browse files
committed
defautl path for Nano S
1 parent 5db6239 commit 8ea8bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ledger_secure_sdk_sys/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,8 @@ impl SDKBuilder {
521521
let mut path = self.bolos_sdk.display().to_string();
522522
match self.device {
523523
Device::NanoS => {
524-
path = self.gcc_toolchain.display().to_string().push_str("/lib");
524+
path = self.gcc_toolchain.display().to_string();
525+
path.push_str("/lib");
525526
}
526527
Device::NanoX => {
527528
path.push_str("/arch/st33/lib");

0 commit comments

Comments
 (0)