Skip to content

Commit

Permalink
Use QuartzCore instead of Quartz
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trotta committed Jan 14, 2024
1 parent 2bcd620 commit 4f75ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def package_info(self):
if self.settings.os == "Macos":
self.cpp_info.frameworks = ["CoreFoundation", "Cocoa", "Carbon", "IOKit"]
if Version(self.version) >= "8.6.13":
self.cpp_info.frameworks += ["Quartz", "UniformTypeIdentifiers"]
self.cpp_info.frameworks += ["QuartzCore", "UniformTypeIdentifiers"]
self.cpp_info.exelinkflags = ["-ObjC"]
elif self.settings.os == "Windows":
self.cpp_info.system_libs = [
Expand Down

0 comments on commit 4f75ff5

Please sign in to comment.