mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Drop support for Cygwin.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user