With this diff I'm able to get a bit further ``` d...
# macos
z
With this diff I'm able to get a bit further
Copy code
diff --git a/osquery/CMakeLists.txt b/osquery/CMakeLists.txt
index 1c8201ee..5021a430 100644
--- a/osquery/CMakeLists.txt
+++ b/osquery/CMakeLists.txt
@@ -142,6 +142,10 @@ else()
   ADD_OSQUERY_LINK_CORE("thrift")
 endif()

+ADD_OSQUERY_LINK_ADDITIONAL("libiconv")
+ADD_OSQUERY_LINK_ADDITIONAL("-framework CoreGraphics")
+ADD_OSQUERY_LINK_ADDITIONAL("libbsm")
+
 if(APPLE OR LINUX)
   ADD_OSQUERY_LINK_CORE("libdl")
   ADD_OSQUERY_LINK_ADDITIONAL("rocksdb_lite")