Commit 1ee8b713 authored by fzdslr-nw's avatar fzdslr-nw Committed by Bjørn Forsman
Browse files

liburcu: add loongarch64 support

parent 58f877fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
      ++ platforms.mips
      ++ platforms.m68k
      ++ platforms.riscv
      ++ platforms.loongarch64
    );
    maintainers = [ maintainers.bjornfor ];
  };