Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16e10bf

Browse files
committedOct 7, 2020
Revert "Allow dynamic linking for iOS/tvOS targets."
This reverts commit 56e115a.
1 parent 4437b4b commit 16e10bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎compiler/rustc_target/src/spec/apple_sdk_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fn link_env_remove(arch: Arch) -> Vec<String> {
3434
pub fn opts(arch: Arch) -> TargetOptions {
3535
TargetOptions {
3636
cpu: target_cpu(arch),
37+
dynamic_linking: false,
3738
executables: true,
3839
link_env_remove: link_env_remove(arch),
3940
has_elf_tls: false,

0 commit comments

Comments
 (0)