From e950310f14551f992cedd5e78e2d0da57f85a213 Mon Sep 17 00:00:00 2001 From: Simon Kobyda Date: Mon, 27 Aug 2018 17:44:29 +0200 Subject: [PATCH] vsh: Fix broken build on mingw The function wcwidth() doesn't exist on mingw. However, it does exist in gnulib, so we can rely on that. Signed-off-by: Simon Kobyda Reviewed-by: Erik Skultety --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 698a52216b..d9e2b0662c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -126,6 +126,7 @@ vc-list-files vsnprintf waitpid warnings +wcwidth ' SKIP_PO=true -- 2.47.2