Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ainozaki committed Mar 20, 2024
1 parent cf849c7 commit 01b0ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use std::env;

fn main() {
let llvm_version = "15.0.0";
let target = format!("clang+llvm-{}-x86_64-linux-gnu-rhel-8.4", llvm_version);
Expand Down

0 comments on commit 01b0ffa

Please sign in to comment.