Skip to content

Commit 83daee8

Browse files
committed
libc: fix missing linux-raw-dep
Fix compilation Mesa3D on mips Linux
1 parent 5245b81 commit 83daee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/libc/c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub(crate) const ETH_P_MCTP: c_int = linux_raw_sys::if_ether::ETH_P_MCTP as _;
6767
pub(crate) const MS_NOSYMFOLLOW: c_ulong = linux_raw_sys::general::MS_NOSYMFOLLOW as _;
6868

6969
#[cfg(all(
70-
linux_kernel,
70+
linux-raw-dep,
7171
any(
7272
target_arch = "mips",
7373
target_arch = "mips32r6",

src/signal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl Signal {
171171
target_os = "aix",
172172
target_os = "hermit",
173173
all(
174-
linux_kernel,
174+
linux-raw-dep,
175175
any(
176176
target_arch = "mips",
177177
target_arch = "mips32r6",

0 commit comments

Comments
 (0)