summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index f6d6a020a..da56da886 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -70,7 +70,7 @@ gio_tests = {
'gsubprocess' : {},
'g-file' : {},
'g-file-info' : {
- 'can_fail' : host_system == 'windows',
+ 'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
},
'g-icon' : {},
'gdbus-addresses' : {},