mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Link test executable with dbghelp under cygwin.
This commit is contained in:
@@ -12,6 +12,10 @@ SRC := \
|
||||
|
||||
OBJ := $(SRC:%.cpp=%.o)
|
||||
|
||||
ifeq ($(shell uname -o),Cygwin)
|
||||
LIBS += -ldbghelp
|
||||
endif
|
||||
|
||||
all: $(IMAGE)
|
||||
|
||||
%.o: %.cpp
|
||||
|
||||
Reference in New Issue
Block a user