From 07bc665d8c031e787f9bc06da671b3c4f9a6b315 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 7 Oct 2021 23:28:40 +0200 Subject: Drop support for Cygwin. --- test/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 90c62b38..b15c22be 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,9 +13,6 @@ SRC := \ OBJ := $(SRC:%.cpp=%.o) -ifeq ($(shell uname -o),Cygwin) -LIBS += -ldbghelp -endif ifeq ($(shell uname -o),FreeBSD) LIBS += -lexecinfo endif -- cgit v1.2.3