Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols - removed all ref…
Browse files Browse the repository at this point in the history
…erences to webp
  • Loading branch information
samuelOsborne committed Dec 4, 2024
1 parent f282c37 commit 4b352df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotlottie-rs/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lazy_static! {
link_args: vec![String::from("--no-entry")],
},
true => BuildSettings{
static_libs: vec![String::from("thorvg"), String::from("turbojpeg"), String::from("png"), String::from("z"), String::from("webp")],
static_libs: vec![String::from("thorvg"), String::from("turbojpeg"), String::from("png"), String::from("z")],
dynamic_libs: platform_libs(),
link_args: vec![],
},
Expand Down

0 comments on commit 4b352df

Please sign in to comment.