mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
log when using the server in a build wihtout network support
This commit is contained in:
parent
52cd3338ac
commit
5c4ff485c2
1 changed files with 2 additions and 0 deletions
|
@ -629,6 +629,8 @@ int main(int argc, char **argv)
|
|||
case 's':
|
||||
#ifdef NETWORK_SUPPORT
|
||||
with_server = 1;
|
||||
#else
|
||||
printf("\nNOTE: FluidSynth compiled without network support, unable to start server!\n");
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue