mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-30 19:57:45 +00:00
Enable test case common/230 on msys2
Implemented 'windows' and '!windows' as platform value in test configuration for this. In MSVC environment this test is ignored anyway since make command is not available.
This commit is contained in:
committed by
Paolo Bonzini
parent
9de3a8fddd
commit
aee88e2363
@@ -43,7 +43,9 @@
|
||||
"msvc",
|
||||
"gcc",
|
||||
"cygwin",
|
||||
"!cygwin"
|
||||
"!cygwin",
|
||||
"windows",
|
||||
"!windows"
|
||||
]
|
||||
},
|
||||
"version": {
|
||||
|
||||
Reference in New Issue
Block a user