Skip to content

Commit

Permalink
include tvos as the api is the same as ios
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Apr 14, 2024
1 parent 12704db commit 2f1f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
//! * `disable-wsl` - this disables WSL `file` implementation (`http` still works)
//! * `wasm-console` - this enables logging to wasm console (valid only on wasm platform)

#[cfg_attr(target_os = "ios", path = "ios.rs")]
#[cfg_attr(any(target_os = "ios", target_os = "tvos"), path = "ios.rs")]
#[cfg_attr(target_os = "macos", path = "macos.rs")]
#[cfg_attr(target_os = "android", path = "android.rs")]
#[cfg_attr(target_arch = "wasm32", path = "wasm.rs")]
Expand Down

0 comments on commit 2f1f0e6

Please sign in to comment.