Fix debug and headless builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
cf45ff62fc
commit
4edf85ab92
4 changed files with 5 additions and 3 deletions
|
|
@ -583,7 +583,7 @@ Initializer::Initializer(const CardinalBasePlugin* const plugin, const CardinalB
|
|||
if (const char* const portEnv = std::getenv("CARDINAL_REMOTE_HOST_PORT"))
|
||||
port = portEnv;
|
||||
else
|
||||
port = CARDINAL_DEFAULT_REMOTE_HOST_PORT;
|
||||
port = CARDINAL_DEFAULT_REMOTE_PORT;
|
||||
oscServerThread = lo_server_thread_new_with_proto(port, LO_UDP, osc_error_handler);
|
||||
DISTRHO_SAFE_ASSERT_RETURN(oscServerThread != nullptr,);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue