diff options
-rw-r--r-- | test cases/common/137 whole archive/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/137 whole archive/meson.build b/test cases/common/137 whole archive/meson.build index 506c723..133146b 100644 --- a/test cases/common/137 whole archive/meson.build +++ b/test cases/common/137 whole archive/meson.build @@ -6,6 +6,10 @@ endif add_project_arguments('-I' + meson.source_root(), language : 'c') +if meson.backend() == 'vs2010' + error('MESON_SKIP_TEST whole-archive not supported in VS2010. Patches welcome.') +endif + # Test 1: link_whole keeps all symbols # Make static func1 subdir('st_func1') |