Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NoXF committed Jan 23, 2025
1 parent 3cf3c25 commit 8796cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "libwebp-sys"
version = "0.12.0"
version = "0.12.1"
authors = [
"XianYou <[email protected]>",
"Kornel Lesiński <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::env;
use std::path::PathBuf;

fn main() {
if cfg!(feature = "system-link") {
if cfg!(feature = "system-dylib") {
let lib_name = "libwebp";
let find_system_lib = pkg_config::Config::new().probe(lib_name).is_ok();

Expand Down

0 comments on commit 8796cff

Please sign in to comment.