From 398e31fa3789f0574a6ff679742dfb7639984e12 Mon Sep 17 00:00:00 2001 From: johalun Date: Thu, 12 Jan 2017 13:16:09 -0800 Subject: Make it run on FreeBSD --- src/config.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 2665c3b3..e9173f6c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1100,7 +1100,7 @@ impl Default for Font { } } -#[cfg(target_os = "linux")] +#[cfg(any(target_os = "linux",target_os = "freebsd"))] impl Default for Font { fn default() -> Font { Font { @@ -1546,4 +1546,3 @@ impl Key { } } } - -- cgit v1.2.3-54-g00ecf