mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Link with pthreads.
This commit is contained in:
parent
c673f70f90
commit
3f2ba6797b
@ -2,7 +2,7 @@ CFLAGS +=
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++14
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
LIBS :=
|
||||
LIBS := -lpthread
|
||||
IMAGE := capture
|
||||
|
||||
FILTER :=
|
||||
|
Loading…
Reference in New Issue
Block a user