Commit 38ab8bf74b417fc44e023aeb25d3c3232ce5546a

Sam Lantinga 2020-11-23T21:03:43

Fixed bug 5362 - Mac OS ARM doesn't build Metal/Vulkan back-end/renderers C.W. Betts As it is, SDL2's built-in config on macOS for Metal excludes Apple Silicon. This is due to thinking that the 64-bit Mac platform would always be x86_64. My patch fixes this by using the catch-all of 64-bit platforms.