Compile for windows from linux when have build.rs

Looked int o the source myself - I think I see the problem. The whole crate is annotated as #![cfg(target_os = "windows")], therefore when compiling for Unix, it is treated as empty. Seems that cross-compilation is not supported in it, really.