mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 13:56:06 -04:00
rtmp-services: Always check service updates on non-windows
This is a workaround for build server cmake build issues on mac/linux. In the future, the build servers should specify the cmake variable.
This commit is contained in:
@@ -48,7 +48,7 @@ bool obs_module_load(void)
|
||||
{
|
||||
init_twitch_data();
|
||||
|
||||
#if CHECK_FOR_SERVICE_UPDATES
|
||||
#if !defined(_WIN32) || CHECK_FOR_SERVICE_UPDATES
|
||||
char *local_dir = obs_module_file("");
|
||||
char *cache_dir = obs_module_config_path("");
|
||||
struct dstr module_name = {0};
|
||||
|
||||
Reference in New Issue
Block a user