mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 18:32:34 +00:00
test: fix T3W1 rust tests
This commit is contained in:
parent
773eba2216
commit
251c7c7c48
@ -517,4 +517,7 @@ fn link_core_objects() {
|
|||||||
|
|
||||||
println!("cargo:rustc-link-lib=SDL2");
|
println!("cargo:rustc-link-lib=SDL2");
|
||||||
println!("cargo:rustc-link-lib=SDL2_image");
|
println!("cargo:rustc-link-lib=SDL2_image");
|
||||||
|
|
||||||
|
#[cfg(any(feature = "ui_jpeg", feature = "hw_jpeg_decoder"))]
|
||||||
|
println!("cargo:rustc-link-lib=jpeg");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user