about summary refs log tree commit diff
path: root/pkgs/development/tools/tracy/0001-remove-unifiedtypeidentifiers-framework
blob: 0dc5a7eb68f16ff0a83b2823ece2019cb800b0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/profiler/build/unix/legacy.mk b/profiler/build/unix/legacy.mk
index 24765f1a..8baffb68 100644
--- a/profiler/build/unix/legacy.mk
+++ b/profiler/build/unix/legacy.mk
@@ -16,7 +16,7 @@ else
 	UNAME := $(shell uname -s)
 	ifeq ($(UNAME),Darwin)
 		SRC3 += ../../../nfd/nfd_cocoa.m
-		LIBS +=  -framework CoreFoundation -framework AppKit -framework UniformTypeIdentifiers
+		LIBS +=  -framework CoreFoundation -framework AppKit
 	else
 		ifdef TRACY_GTK_FILESELECTOR
 			SRC += ../../../nfd/nfd_gtk.cpp