提交 ecf4fe0b 编写于 作者: N Niels Sascha Reedijk

Haiku: there is no setpriority on this platform.

上级 990b3c8d
......@@ -177,7 +177,7 @@
#[cfg(windows)]
mod job;
#[cfg(unix)]
#[cfg(all(unix, not(target_os = "haiku")))]
mod job {
use libc;
......@@ -188,7 +188,7 @@ pub unsafe fn setup(build: &mut ::Build) {
}
}
#[cfg(not(any(unix, windows)))]
#[cfg(any(target_os = "haiku", not(any(unix, windows))))]
mod job {
pub unsafe fn setup(_build: &mut ::Build) {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册