From 3bd7c8990602b16cd51170b750241d8c8827b310 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 17 May 2020 16:13:45 +0100 Subject: [PATCH] Looks like appveyor cygwin doesn't like such symlinks. Make it explicitly relative --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index cabc7046..1035c697 120000 --- a/configure.sh +++ b/configure.sh @@ -1 +1 @@ -configure \ No newline at end of file +./configure \ No newline at end of file