| ... | ... | @@ -929,7 +929,8 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 929 | 929 | if (options.skip_non_native and !is_native) |
| 930 | 930 | continue; |
| 931 | 931 | |
| 932 | | if (options.skip_cross_glibc and test_target.target.isGnuLibC() and test_target.link_libc == true) |
| 932 | if (options.skip_cross_glibc and !test_target.target.isNative() and |
| 933 | test_target.target.isGnuLibC() and test_target.link_libc == true) |
| 933 | 934 | continue; |
| 934 | 935 | |
| 935 | 936 | if (options.skip_libc and test_target.link_libc == true) |