mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +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)
|
OBJ := $(SRC:%.cpp=%.o)
|
||||||
|
|
||||||
|
ifeq ($(shell uname -o),Cygwin)
|
||||||
|
LIBS += -ldbghelp
|
||||||
|
endif
|
||||||
|
|
||||||
all: $(IMAGE)
|
all: $(IMAGE)
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user