mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 12:04:50 +00:00
fix: add lib64 to depcheck
This commit is contained in:
parent
3effef9080
commit
f2cfdabd11
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@ fn shared_obj_paths() -> Vec<String> {
|
|||
vec![
|
||||
"/lib".to_string(),
|
||||
"/usr/lib".to_string(),
|
||||
"/usr/lib64".to_string(),
|
||||
"/usr/local/lib".to_string(),
|
||||
"/usr/local/lib64".to_string(),
|
||||
"/usr/lib/x86_64-linux-gnu".to_string(),
|
||||
"/usr/lib/aarch64-linux-gnu".to_string(),
|
||||
"/lib/x86_64-linux-gnu".to_string(),
|
||||
|
|
Loading…
Add table
Reference in a new issue