You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
char*cantFindMessage="Install Xcode or the Xcode Command Line Tools.";
553
555
#elif defined(SDL_PLATFORM_WIN32)
554
556
char*compilerName="metal";
555
557
char*cantFindMessage="Install Metal Developer Tools for Windows 5.0 beta 2 or newer (https://developer.apple.com/download/all/?q=metal%20developer%20tools%20for%20windows) and add \"C:\\Program Files\\Metal Developer Tools\\bin\" to your PATH.";
556
-
#else
557
-
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Compiling to METALLIB is not supported on this platform!");
0 commit comments