1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-22 18:19:03 +00:00

test: fix T3W1 rust tests

This commit is contained in:
obrusvit 2025-04-15 12:35:19 +02:00 committed by M1nd3r
parent 773eba2216
commit 251c7c7c48

View File

@ -517,4 +517,7 @@ fn link_core_objects() {
println!("cargo:rustc-link-lib=SDL2");
println!("cargo:rustc-link-lib=SDL2_image");
#[cfg(any(feature = "ui_jpeg", feature = "hw_jpeg_decoder"))]
println!("cargo:rustc-link-lib=jpeg");
}