Skip to content

Commit 9233298

Browse files
committed
Revert "Revert "Allow dynamic linking for iOS/tvOS targets.""
This reverts commit 16e10bf. # Conflicts: # compiler/rustc_target/src/spec/apple_sdk_base.rs
1 parent a39bdb1 commit 9233298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_target/src/spec/apple_sdk_base.rs

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ pub fn opts(os: &'static str, arch: Arch) -> TargetOptions {
6565
TargetOptions {
6666
abi: target_abi(arch).into(),
6767
cpu: target_cpu(arch).into(),
68-
dynamic_linking: false,
6968
link_env_remove: link_env_remove(arch),
7069
has_thread_local: false,
7170
..super::apple_base::opts(os, target_arch_name(arch), target_abi(arch))

0 commit comments

Comments
 (0)