diff --git a/test/Makefile b/test/Makefile index 14ee2202..6267b8d7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,6 +12,10 @@ SRC := \ OBJ := $(SRC:%.cpp=%.o) +ifeq ($(shell uname -o),Cygwin) +LIBS += -ldbghelp +endif + all: $(IMAGE) %.o: %.cpp