summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-05 15:26:17 -0500
committerBen Gamari <ben@smart-cactus.org>2022-04-06 15:18:26 -0400
commitd7e650d13abe1296bed899563e5cb103db0938c6 (patch)
tree740c601468fa7abee96abc342d8ba81a1ffcb400 /testsuite/mk
parent1f8a82645f0f648fda1bd3afc5cb6b8ce8c78508 (diff)
downloadhaskell-d7e650d13abe1296bed899563e5cb103db0938c6.tar.gz
testsuite: Mark Windows as a libc++ platform
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/boilerplate.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk
index 03c281f76d..df1b835b0c 100644
--- a/testsuite/mk/boilerplate.mk
+++ b/testsuite/mk/boilerplate.mk
@@ -308,6 +308,8 @@ ifeq "$(HostOS)" "freebsd"
LIBCXX_PLATFORM = YES
else ifeq "$(HostOS)" "openbsd"
LIBCXX_PLATFORM = YES
+else ifeq "$(HostOS)" "mingw32"
+LIBCXX_PLATFORM = YES
else
LIBCXX_PLATFORM = NO
endif