Skip to content

Commit

Permalink
Update config.rs
Browse files Browse the repository at this point in the history
add llvm-14 path
  • Loading branch information
sagudev authored Apr 24, 2022
1 parent 499ac2b commit 83c299e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frb_codegen/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ pub fn parse(raw: RawOpts) -> Opts {
"/usr/lib/llvm-11/lib".to_owned(),
"/usr/lib/llvm-12/lib".to_owned(),
"/usr/lib/llvm-13/lib".to_owned(),
"/usr/lib/llvm-14/lib".to_owned(),
"/usr/lib/".to_owned(),
"/usr/lib64/".to_owned(),
"C:/Program Files/llvm".to_owned(), // Default on Windows
Expand Down

0 comments on commit 83c299e

Please sign in to comment.