Revert "Allow dynamic linking for iOS/tvOS targets."
This reverts commit 56e115a262
.
This commit is contained in:
parent
4437b4b150
commit
16e10bf81e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue