mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add missing TRACY_FILESELECTOR define to unix build.
This commit is contained in:
parent
a54ff1f56d
commit
63b383f7be
@ -1,6 +1,6 @@
|
||||
CFLAGS +=
|
||||
CXXFLAGS := $(CFLAGS) -std=c++17
|
||||
DEFINES +=
|
||||
DEFINES += -DTRACY_FILESELECTOR
|
||||
INCLUDES := $(shell pkg-config --cflags glfw3) -I../../../imgui -I../../libs/gl3w
|
||||
LIBS := $(shell pkg-config --libs glfw3) -lpthread -ldl
|
||||
PROJECT := Tracy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user