Line 0
Link Here
|
0 |
- |
1 |
Bring loongarch support for old nix versions |
|
|
2 |
The path's are shortened for using it for different versions |
3 |
|
4 |
--- a/cosmic-panel-1.0.0.alpha.1-cargo/vendor/nix-0.26.4/src/sys/ioctl/linux.rs |
5 |
+++ b/cosmic-panel-1.0.0.alpha.1-cargo/vendor/nix-0.26.4/src/sys/ioctl/linux.rs |
6 |
@@ -42,7 +42,8 @@ mod consts { |
7 |
target_arch = "x86_64", |
8 |
target_arch = "aarch64", |
9 |
target_arch = "riscv32", |
10 |
- target_arch = "riscv64" |
11 |
+ target_arch = "riscv64", |
12 |
+ target_arch = "loongarch64" |
13 |
))] |
14 |
mod consts { |
15 |
#[doc(hidden)] |