Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 1, 2024
1 parent d1eea3a commit 8067246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {
println!("cargo:rustc-link-lib=static=whisper.coreml");
#[cfg(feature = "opencl")]
{
if let Ok(clblast_dir) = env::var("CLBLast_DIR") {
if let Ok(clblast_dir) = env::var("CLBlast_DIR") {
println!("cargo::rustc-link-search={}", PathBuf::from(clblast_dir).join("..\\..").display());
}
if let Ok(opencl_dir) = env::var("OPENCL_DIR") {
Expand Down

0 comments on commit 8067246

Please sign in to comment.