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 = [
|
makeFlags = [
|
||||||
"platform=${{
|
"platform=${{
|
||||||
linux = "unix";
|
linux = "unix";
|
||||||
darwin = "unix";
|
darwin = "osx";
|
||||||
windows = "win";
|
windows = "win";
|
||||||
}.${stdenv.hostPlatform.parsed.kernel.name} or stdenv.hostPlatform.parsed.kernel.name}"
|
}.${stdenv.hostPlatform.parsed.kernel.name} or stdenv.hostPlatform.parsed.kernel.name}"
|
||||||
"ARCH=${{
|
"ARCH=${{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user