Skip to content

Commit

Permalink
[fix] Don't link to mozjpeg80
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jan 16, 2024
1 parent 95111e4 commit 8a284fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraw-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ fn build(out_dir: impl AsRef<Path>, libraw_dir: impl AsRef<Path>) -> Result<()>
out_dir.as_ref().join("lib").display()
);
println!("cargo:rustc-link-lib=static=raw_r");
#[cfg(feature = "jpeg")]
println!("cargo:rustc-link-lib=static=mozjpeg80");
// #[cfg(feature = "jpeg")]
// println!("cargo:rustc-link-lib=static=mozjpeg80");
#[cfg(feature = "zlib")]
println!("cargo:rustc-link-lib=static=z");

Expand Down

0 comments on commit 8a284fe

Please sign in to comment.