forked from mirrors/nixpkgs
Merge pull request #83891 from matthewbauer/retroarch-fix-macos
retroarch/cores.nix: use correct platform for darwin
This commit is contained in:
commit
8e3c712e24
|
@ -22,7 +22,7 @@ let
|
|||
makeFlags = [
|
||||
"platform=${{
|
||||
linux = "unix";
|
||||
darwin = "unix";
|
||||
darwin = "osx";
|
||||
windows = "win";
|
||||
}.${stdenv.hostPlatform.parsed.kernel.name} or stdenv.hostPlatform.parsed.kernel.name}"
|
||||
"ARCH=${{
|
||||
|
|
Loading…
Reference in a new issue