diff --git a/meson.build b/meson.build index b844735..08bf903 100644 --- a/meson.build +++ b/meson.build @@ -390,7 +390,7 @@ general_include_dirs += get_option('extra_include_dirs') general_compile_args = [ arch_flags, feature_defines ] general_dependencies = [ feature_dependencies, thread_dep ] -if system == 'windows' +if cpp.get_id() == 'msvc' if get_option('no_shared') rubberband_static_name = 'rubberband' else