Skip to content

Commit

Permalink
Revert "Revert "Allow dynamic linking for iOS/tvOS targets.""
Browse files Browse the repository at this point in the history
This reverts commit 16e10bf.

# Conflicts:
#	compiler/rustc_target/src/spec/apple_sdk_base.rs
  • Loading branch information
cutsoy committed Aug 16, 2022
1 parent a39bdb1 commit 9233298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_target/src/spec/apple_sdk_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ pub fn opts(os: &'static str, arch: Arch) -> TargetOptions {
TargetOptions {
abi: target_abi(arch).into(),
cpu: target_cpu(arch).into(),
dynamic_linking: false,
link_env_remove: link_env_remove(arch),
has_thread_local: false,
..super::apple_base::opts(os, target_arch_name(arch), target_abi(arch))
Expand Down

0 comments on commit 9233298

Please sign in to comment.