Skip to content

Commit fff034e

Browse files
Merge remote-tracking branch 'libffi/master'
2 parents 891813c + d2c78d2 commit fff034e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/libffi.threads/threads.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ if { [string match $compiler_vendor "microsoft"] } {
3434

3535
set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]]
3636

37-
# No pthreads for windows
38-
if { [string match $compiler_vendor "microsoft"] } {
37+
# No pthreads for windows or wasm
38+
if { [string match $compiler_vendor "microsoft"] || [istarget "wasm*-*-*"] } {
3939
foreach test $tlist {
4040
unsupported "$test"
4141
}

0 commit comments

Comments
 (0)