Skip to content

Commit

Permalink
fix build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed May 6, 2024
1 parent 2698650 commit 7dbc45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::env::var;

fn main() {
let mlir_path = var("MLIR_SYS_170_PREFIX").expect("MLIR path should be set.");
let mlir_path = var("MLIR_SYS_180_PREFIX").expect("MLIR path should be set.");

cc::Build::new()
.cpp(true)
Expand Down

0 comments on commit 7dbc45e

Please sign in to comment.