don't mark linux kernel module targets as a unix environment

This commit is contained in:
Alex Gaynor 2020-07-11 17:20:33 -04:00 committed by GitHub
parent 346aec9b02
commit 905b5ad80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ pub fn opts() -> TargetOptions {
needs_plt: true,
relro_level: RelroLevel::Full,
relocation_model: RelocModel::Static,
target_family: Some("unix".to_string()),
pre_link_args,
..Default::default()