From 36f0535f52259586bcaf82cc5d5b023900b0af7c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 10 Dec 2021 17:25:59 -0800 Subject: [PATCH] Try setting portable flag on sendfile... to avoid the error we're seeing in Windows #651. --- stack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.yaml b/stack.yaml index 41c2745d5..ecf974256 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,6 +9,8 @@ flags: plugins: true mintty: Win32-2-13-1: false + sendfile: + portable: true packages: - '.'