mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Link test executable with dbghelp under cygwin.
This commit is contained in:
parent
4be2543b2f
commit
46cc92bd01
@ -12,6 +12,10 @@ SRC := \
|
||||
|
||||
OBJ := $(SRC:%.cpp=%.o)
|
||||
|
||||
ifeq ($(shell uname -o),Cygwin)
|
||||
LIBS += -ldbghelp
|
||||
endif
|
||||
|
||||
all: $(IMAGE)
|
||||
|
||||
%.o: %.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user