Merge pull request #83891 from matthewbauer/retroarch-fix-macos

retroarch/cores.nix: use correct platform for darwin
This commit is contained in:
Matthew Bauer
2020-03-31 22:05:36 -05:00
committed by GitHub
+1 -1
View File
@@ -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=${{