dolphin-emu-beta: mark as compatible with aarch64
While aarch64-darwin is officially supported by upstream, Darwin build is still broken.
This commit is contained in:
parent
20d85c13aa
commit
c888cdbcca
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
|
|||
# x86_32 is an unsupported platform.
|
||||
# Enable generic build if you really want a JIT-less binary.
|
||||
broken = stdenv.isDarwin;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue