mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-09 17:48:49 +00:00
feat: more include paths
This commit is contained in:
parent
7e40e391fd
commit
71b77c5f27
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@ fn shared_obj_paths() -> Vec<String> {
|
|||
}
|
||||
|
||||
fn include_paths() -> Vec<String> {
|
||||
vec!["/usr/include".to_string()]
|
||||
vec![
|
||||
"/usr/include".to_string(),
|
||||
"/usr/local/include".to_string(),
|
||||
]
|
||||
}
|
||||
|
||||
pub fn check_dependency(dep: Dependency) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue