mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 07:55:07 +01:00
lime: Reworded missing SDL frontend error message
This commit is contained in:
parent
ff98896782
commit
36a3d92e60
@ -36,7 +36,7 @@ int main(int argc, char* argv[]) {
|
|||||||
#if ENABLE_SDL2_FRONTEND
|
#if ENABLE_SDL2_FRONTEND
|
||||||
LaunchSdlFrontend(argc, argv);
|
LaunchSdlFrontend(argc, argv);
|
||||||
#else
|
#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;
|
<< std::endl;
|
||||||
return -1;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user