We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe5cb5 commit 313a9c7Copy full SHA for 313a9c7
src/librustc_target/spec/apple_ios_base.rs
@@ -74,6 +74,8 @@ fn build_pre_link_args(arch: Arch) -> Result<LinkArgs, String> {
74
args.insert(LinkerFlavor::Gcc,
75
vec!["-arch".to_string(),
76
arch_name.to_string(),
77
+ "-isysroot".to_string(),
78
+ sdk_root.clone(),
79
"-Wl,-syslibroot".to_string(),
80
sdk_root]);
81
0 commit comments