Merge pull request #174251 from xfix/dolphin-emu-beta-aarch64
dolphin-emu-beta: mark as compatible with aarch64
This commit is contained in:
commit
d8b2ee9168
@ -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 New Issue
Block a user