Revert "Revert "Allow dynamic linking for iOS/tvOS targets.""
This reverts commit 16e10bf81e
.
# Conflicts:
# compiler/rustc_target/src/spec/apple_sdk_base.rs
This commit is contained in:
parent
a39bdb1d6b
commit
9233298e71
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue