Skip to content

Commit 29e82c6

Browse files
committed
auto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton
This fixes #11336 I guess the type sizes are correct for both OS X and iOS, but i am not certain. In any case, i'd rather have any iOS build at all, so that we have something to improve upon.
2 parents 4bdda35 + 6bbd2ed commit 29e82c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/libc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,7 @@ pub mod types {
11601160
}
11611161
}
11621162

1163+
#[cfg(target_arch = "arm")]
11631164
#[cfg(target_arch = "x86")]
11641165
pub mod arch {
11651166
pub mod c95 {

0 commit comments

Comments
 (0)