Skip to content

Commit

Permalink
Revert "Allow dynamic linking for iOS/tvOS targets."
Browse files Browse the repository at this point in the history
This reverts commit 56e115a.
  • Loading branch information
francesca64 committed Oct 7, 2020
1 parent 4437b4b commit 16e10bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/spec/apple_sdk_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fn link_env_remove(arch: Arch) -> Vec<String> {
pub fn opts(arch: Arch) -> TargetOptions {
TargetOptions {
cpu: target_cpu(arch),
dynamic_linking: false,
executables: true,
link_env_remove: link_env_remove(arch),
has_elf_tls: false,
Expand Down

0 comments on commit 16e10bf

Please sign in to comment.