Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-03 14:52:39 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-03 14:52:39 +0300
commit3c49dea10c0b36cdd9450d35533e68923585e062 (patch)
tree907df436ec9c967aa842e1b5584febc688e83065 /profiler
parentde0182f12fe14637ca1c535e57c7d67bbd53a67c (diff)
Link with UniformTypeIdentifiers on macos.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/build/unix/build.mk2
1 files changed, 1 insertions, 1 deletions
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