Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-10-08 00:28:40 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-10-08 00:28:40 +0300
commit07bc665d8c031e787f9bc06da671b3c4f9a6b315 (patch)
tree984dde996fb4698818f011d34ea4cc150ae9f08f /test
parent12f693372a1b16a5f239384a29c331ad1f90a2c6 (diff)
Drop support for Cygwin.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 0 insertions, 3 deletions
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