From 0c2e7e4e987aea6759e66f49b471b89d1cc01269 Mon Sep 17 00:00:00 2001
From: wangjiezhe <wangjiezhe@gmail.com>
Date: Thu, 21 Dec 2023 22:22:35 +0800
Subject: [PATCH 10/13] systemlib: fix missing `:osx` in pybind11

---
 third_party/systemlibs/pybind11.BUILD | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/third_party/systemlibs/pybind11.BUILD b/third_party/systemlibs/pybind11.BUILD
index 79a483d7b5d..cda63fbd019 100644
--- a/third_party/systemlibs/pybind11.BUILD
+++ b/third_party/systemlibs/pybind11.BUILD
@@ -6,3 +6,8 @@ cc_library(
         "@org_tensorflow//third_party/python_runtime:headers",
     ],
 )
+
+config_setting(
+    name = "osx",
+    constraint_values = ["@platforms//os:osx"],
+)
-- 
2.41.0

