-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scsynth: set SC_ServerBootDelayWarning as source to scsynth #5012
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! can you please make the equivalent change to supernova as well? partially to keep things consistent, partially in case libsupernova also becomes a shared library.
It seems not necessary as supernova doesnt have internal server |
it would still lead to some confusion if in the future libsupernova were built as a shared lib for another reason, and again it is also more consistent, so please change it while we have the problem and solution fresh in our minds. :) |
You are right. Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
oh, almost forgot -- the libscsynth option will still be broken on macOS due to this - #4992 (comment) . that one is a bit more complicated to handle because the eventloop stuff and disableAppNap are in the same header. i think i know a way to manage it, and i have a mac to test on. i will open a separate PR after this one. after this PR i'll also add a job to #4906 for Linux+LIBSCSYNTH. |
scsynth: set SC_ServerBootDelayWarning as source to scsynth not to libscsynth solves #4992