Skip to content

Commit 56e115a

Browse files
author
luxx4x
committed
Allow dynamic linking for iOS/tvOS targets.
1 parent 72417d8 commit 56e115a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_target/spec/apple_sdk_base.rs

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ pub fn opts(arch: Arch, os: AppleOS) -> Result<TargetOptions, String> {
141141
let pre_link_args = build_pre_link_args(arch, os)?;
142142
Ok(TargetOptions {
143143
cpu: target_cpu(arch),
144-
dynamic_linking: false,
145144
executables: true,
146145
pre_link_args,
147146
link_env_remove: link_env_remove(arch),

0 commit comments

Comments
 (0)