Disable crt_static_allows_dylibs in redox targets
This commit is contained in:
@@ -12,7 +12,7 @@ pub(crate) fn opts() -> TargetOptions {
|
||||
has_thread_local: true,
|
||||
crt_static_default: true,
|
||||
crt_static_respected: true,
|
||||
crt_static_allows_dylibs: true,
|
||||
crt_static_allows_dylibs: false,
|
||||
late_link_args: TargetOptions::link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-lgcc"]),
|
||||
..Default::default()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user