fix: check for libboost filesystem generic shared object instead of specific version
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

This commit is contained in:
Gabriele Musco 2024-10-20 08:57:30 +02:00
parent cd33a8abbd
commit c40a4ad05a

View file

@ -13,7 +13,7 @@ pub fn boost_deps() -> Vec<Dependency> {
// ("", "libboost_coroutine-devel"),
("libboost_date_time.so", "libboost_date_time-devel"),
// ("", "libboost_fiber-devel"),
("libboost_filesystem.so.1.86.0", "libboost_filesystem-devel"),
("libboost_filesystem.so", "libboost_filesystem-devel"),
// ("", "libboost_graph-devel"),
// ("", "libboost_graph_parallel-devel"),
// ("", "libboost_headers-devel"),