================
@@ -154,6 +154,19 @@ endif()
 
 add_definitions(-DLLDB_USE_OS_LOG)
 
+if(CMAKE_OSX_SYSROOT)
+  set(${MIG_SYSROOT} CMAKE_OSX_SYSROOT)
----------------
bulbazord wrote:

Shouldn't this be `set(MIG_SYSROOT ${CMAKE_OSX_SYSROOT})`? Does this work as-is?

https://github.com/llvm/llvm-project/pull/138020
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to