From 63b383f7be02e78787983b4b9097ec7e66b88470 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 28 Jul 2018 01:38:08 +0200 Subject: [PATCH] Add missing TRACY_FILESELECTOR define to unix build. --- standalone/build/unix/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/build/unix/build.mk b/standalone/build/unix/build.mk index 665711e8..ea0e9f5d 100644 --- a/standalone/build/unix/build.mk +++ b/standalone/build/unix/build.mk @@ -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