Skip to content

Commit

Permalink
Add additional libclang pattern (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3rcuriel authored Mar 6, 2020
1 parent 9ee948b commit dbacf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ fn search_libclang_directories(runtime: bool) -> Result<Vec<(PathBuf, String, Ve
// runtime.
if runtime {
files.push("libclang.so.*".into());
files.push("libclang-*.so.*".into());
}
}

Expand Down

0 comments on commit dbacf32

Please sign in to comment.