mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
fix: check for libboost filesystem generic shared object instead of specific version
This commit is contained in:
parent
cd33a8abbd
commit
c40a4ad05a
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue