From 3c49dea10c0b36cdd9450d35533e68923585e062 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 3 Jul 2022 13:52:39 +0200 Subject: [PATCH] Link with UniformTypeIdentifiers on macos. --- profiler/build/unix/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/build/unix/build.mk b/profiler/build/unix/build.mk index 7bce877c..11bf2751 100644 --- a/profiler/build/unix/build.mk +++ b/profiler/build/unix/build.mk @@ -25,7 +25,7 @@ else UNAME := $(shell uname -s) ifeq ($(UNAME),Darwin) SRC3 += ../../../nfd/nfd_cocoa.m - LIBS += -framework CoreFoundation -framework AppKit + LIBS += -framework CoreFoundation -framework AppKit -framework UniformTypeIdentifiers else ifdef TRACY_GTK_FILESELECTOR SRC += ../../../nfd/nfd_gtk.cpp