Skip to content
Snippets Groups Projects
Commit 65601c59 authored by Alex Crichton's avatar Alex Crichton
Browse files

Document iOS triples

parent be5ad7d0
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,12 @@
#![cfg_attr(all(target_os = "macos", target_arch = "x86"), doc(
html_root_url = "https://doc.rust-lang.org/libc/i686-apple-darwin"
))]
#![cfg_attr(all(target_os = "ios", target_arch = "x86_64"), doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-apple-ios"
))]
#![cfg_attr(all(target_os = "ios", target_arch = "x86"), doc(
html_root_url = "https://doc.rust-lang.org/libc/i686-apple-ios"
))]
#![cfg_attr(all(windows, target_arch = "x86_64", target_env = "gnu"), doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-pc-windows-gnu"
))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment