Skip to content

Commit

Permalink
[ledger_secure_sdk_sys] Add new include path for NBGL
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Nov 6, 2024
1 parent f832c76 commit 389ee79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ledger_secure_sdk_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ fn configure_lib_nbgl(command: &mut cc::Build, bolos_sdk: &Path) {
.flag("-Wno-microsoft-anon-tag")
.flag("-fms-extensions")
.include(bolos_sdk.join("lib_nbgl/include/"))
.include(bolos_sdk.join("lib_nbgl/include/fonts/"))
.include(bolos_sdk.join("lib_ux_sync/include/"))
.include(bolos_sdk.join("lib_ux_nbgl/"))
.include(bolos_sdk.join("qrcode/include/"))
Expand Down

0 comments on commit 389ee79

Please sign in to comment.