From 284385c2f4408f4c3db0afaa7c01ae5b9036e1fb Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 14 Nov 2021 18:13:26 +0100 Subject: [PATCH] Correct the flag setting for `mintty` to match the shipped `Win32-2.10` --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdfbcfde..4e4f0bd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6874,8 +6874,12 @@ package-flags: functor-classes-compat: containers: true + # 2021-11-14 + # Since we are shipping Win32-2.10 (thus not 2.13.1), this flag needs to be set to 'false'. + # https://github.com/RyanGlScott/mintty/issues/4#issuecomment-968329124 + # TODO: revisit when Win32 is bumped mintty: - win32-2-13-1: true + win32-2-13-1: false cassava: bytestring--lt-0_10_4: false