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