Fix issue with setting cfg(unix)

This commit is contained in:
Jeremy Soller 2016-12-12 21:16:42 -07:00
parent c7aa2843b3
commit a621d1270b

View File

@ -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,