Use "classic Windows" library.lib naming only with MSVC; with MinGW use liblibrary.a as on other platforms. Thanks to Biswapriyo Nath

This commit is contained in:
Chris Cannam
2021-12-13 17:47:43 +00:00
parent b3c920a35e
commit 3a6d8a8c76

View File

@@ -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