dolphinEmuMaster: enable Darwin building (x64 only)

This commit is contained in:
Luke Adams 2017-07-20 19:29:23 -05:00 committed by Cray Elliott
parent 51e53e0a71
commit 18a1943ad8

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
maintainers = with stdenv.lib.maintainers; [ MP2E ];
# x86_32 is an unsupported platform.
# Enable generic build if you really want a JIT-less binary.
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}