Skip to content

Commit

Permalink
don't explode when enabling samsung and telegram at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Feb 23, 2025
1 parent ee63349 commit 43736cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlottie-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod source {
pub const GIT_PATCHES: &[&str] = &["2d7b1fa2b005bba3d4b45e8ebfa632060e8a157a"];
}

#[cfg(feature = "vendor-telegram")]
#[cfg(all(not(feature = "vendor-samsung"), feature = "vendor-telegram"))]
mod source {
pub const VENDOR: &str = "telegram";
pub const GIT_REPO: &str = "https://github.com/TelegramMessenger/rlottie";
Expand Down

0 comments on commit 43736cb

Please sign in to comment.