Unverified Commit 1f3b9700 authored by @mjones's avatar @mjones Committed by GitHub
Browse files

pony-corral: fix aarch64 build (#504322)

parents 7ee00ba6 45e71a15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
    if stdenv.hostPlatform.isx86_64 then
      "x86-64"
    else if stdenv.hostPlatform.isAarch64 then
      "armv8-a"
      "generic"
    else
      lib.warn ''
        architecture '${stdenv.hostPlatform.system}' compiles with native optimizations,