mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix WIN32 build issue in main.cpp
.. nostderr() not supported on Windows.
This commit is contained in:
@@ -185,7 +185,9 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// now redirect stderr
|
||||
#ifndef WIN32
|
||||
if (!debug) nostderr(home.absolutePath());
|
||||
#endif
|
||||
|
||||
// install QT Translator to enable QT Dialogs translation
|
||||
// we may have restarted JUST to get this!
|
||||
|
||||
Reference in New Issue
Block a user