Merge pull request #83240 from kolbycrouch/picodrive-fix

retroarch: fix picodrive on aarch64
This commit is contained in:
Matthew Bauer 2020-03-23 17:03:34 -04:00 committed by GitHub
commit 11f8bb71f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -786,7 +786,7 @@ in with stdenv.lib.licenses;
SDL_CONFIG = "${SDL.dev}/bin/sdl-config"; SDL_CONFIG = "${SDL.dev}/bin/sdl-config";
dontAddPrefix = true; dontAddPrefix = true;
configurePlatforms = []; configurePlatforms = [];
meta.badPlatforms = [ "aarch64-linux" ]; makeFlags = stdenv.lib.optional stdenv.hostPlatform.isAarch64 [ "platform=aarch64" ];
}; };
play = mkLibRetroCore { play = mkLibRetroCore {