Skip to content

Commit

Permalink
Allow dynamic linking for iOS/tvOS targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
luxx4x committed Jun 19, 2020
1 parent 72417d8 commit 56e115a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_target/spec/apple_sdk_base.rs
Expand Up @@ -141,7 +141,6 @@ pub fn opts(arch: Arch, os: AppleOS) -> Result<TargetOptions, String> {
let pre_link_args = build_pre_link_args(arch, os)?;
Ok(TargetOptions {
cpu: target_cpu(arch),
dynamic_linking: false,
executables: true,
pre_link_args,
link_env_remove: link_env_remove(arch),
Expand Down

0 comments on commit 56e115a

Please sign in to comment.