Skip to content

Commit

Permalink
defautl path for Nano S
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 6, 2025
1 parent 5db6239 commit 8ea8bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ledger_secure_sdk_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ impl SDKBuilder {
let mut path = self.bolos_sdk.display().to_string();
match self.device {
Device::NanoS => {
path = self.gcc_toolchain.display().to_string().push_str("/lib");
path = self.gcc_toolchain.display().to_string();
path.push_str("/lib");
}
Device::NanoX => {
path.push_str("/arch/st33/lib");
Expand Down

0 comments on commit 8ea8bf4

Please sign in to comment.