mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-21 19:45:11 +00:00
Fix build on Windows
This commit is contained in:
parent
d6732aea10
commit
53cb75cf2b
@ -49,6 +49,7 @@ mod theme;
|
||||
fn main() {
|
||||
use std::process::exit;
|
||||
|
||||
#[cfg(unix)]
|
||||
unsafe {
|
||||
libc::signal(libc::SIGPIPE, libc::SIG_DFL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user