Fix issue with setting cfg(unix)
This commit is contained in:
parent
c7aa2843b3
commit
a621d1270b
@ -36,6 +36,7 @@ pub fn opts() -> TargetOptions {
|
||||
relocation_model: "static".to_string(),
|
||||
disable_redzone: true,
|
||||
eliminate_frame_pointer: false,
|
||||
target_family: Some("redox".to_string()),
|
||||
linker_is_gnu: true,
|
||||
no_default_libraries: true,
|
||||
has_elf_tls: true,
|
||||
|
Loading…
Reference in New Issue
Block a user