mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-23 07:35:16 -06:00
lime: Reworded missing SDL frontend error message
This commit is contained in:
parent
ff98896782
commit
36a3d92e60
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int main(int argc, char* argv[]) {
|
|||
#if ENABLE_SDL2_FRONTEND
|
||||
LaunchSdlFrontend(argc, argv);
|
||||
#else
|
||||
std::cout << "Cannot use SDL frontend as it was excluded at compile time. Exiting."
|
||||
std::cout << "Cannot use SDL frontend as it was disabled at compile time. Exiting."
|
||||
<< std::endl;
|
||||
return -1;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue