Disable tinyfiledialogs on non-OS X and Linux platforms.

This commit is contained in:
Josh Matthews 2016-04-16 09:05:59 -04:00
parent 7bd2381518
commit d09a497aa5
3 changed files with 11 additions and 3 deletions

View file

@ -29,6 +29,7 @@ extern crate openssl;
extern crate rustc_serialize;
extern crate threadpool;
extern crate time;
#[cfg(any(target_os = "macos", target_os = "linux"))]
extern crate tinyfiledialogs;
extern crate unicase;
extern crate url;