3
0
Fork 0
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:
Matthew Bauer 2020-03-31 22:05:36 -05:00 committed by GitHub
commit 8e3c712e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=${{