Fix Flatpak build not finding libvideo-player-mpv

This commit is contained in:
Avery
2023-11-17 13:13:19 -05:00
parent b2505b640e
commit 0f891e5842

View File

@@ -8,4 +8,5 @@ fn main() {
.unwrap()
);
println!("cargo:rustc-link-search=/app/lib");
println!("cargo:rustc-link-search=video_player_mpv/sys");
}