mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Link with UniformTypeIdentifiers on macos.
This commit is contained in:
parent
de0182f12f
commit
3c49dea10c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user