mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Disable tinyfiledialogs on non-OS X and Linux platforms.
This commit is contained in:
parent
7bd2381518
commit
d09a497aa5
3 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue