build on windows

This commit is contained in:
Mackenzie Clark
2019-03-27 16:06:42 -07:00
parent 931008b5bd
commit 074013648e
6 changed files with 19 additions and 9 deletions

View File

@ -1,4 +1,6 @@
#[cfg(not(target_os = "windows"))]
#[macro_use]
extern crate failure;
#[cfg(not(target_os = "windows"))]
pub mod vfs;