Revert "Allow dynamic linking for iOS/tvOS targets."
This reverts commit 56e115a262
.
This commit is contained in:
parent
4437b4b150
commit
16e10bf81e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user