Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Sep 22, 2022
1 parent 54aa130 commit 3cd6072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust bindings to [the MLIR C API](https://mlir.llvm.org/docs/CAPI/).
cargo add mlir-sys
```

This crate searches a `llvm-config` command on build and uses it to determine build configurations related to LLVM and MLIR. You can also use a `MLIR_SYS_150_PREFIX` environment variable to specify a custom directory of LLVM installation.
This crate searches an `llvm-config` command on build and uses it to determine build configurations related to LLVM and MLIR. You can also use a `MLIR_SYS_150_PREFIX` environment variable to specify a custom directory of LLVM installation.

## License

Expand Down

0 comments on commit 3cd6072

Please sign in to comment.