diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 417e055d6..d17590e44 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -401,6 +401,8 @@ int main(int argc, char *argv[]) { #ifdef WIN32 return win32_main(argc, argv); +#elif __APPLE__ + return osx_main(argc, argv); #else return mpd_main(argc, argv); #endif |