1--- third_party/pybind11.BUILD 2+++ third_party/pybind11.BUILD 3@@ -23,3 +23,8 @@ 4 "@org_tensorflow//third_party/python_runtime:headers", 5 ], 6 ) 7+ 8+config_setting( 9+ name = "osx", 10+ constraint_values = ["@platforms//os:osx"], 11+) 12
1--- third_party/pybind11.BUILD 2+++ third_party/pybind11.BUILD 3@@ -23,3 +23,8 @@ 4 "@org_tensorflow//third_party/python_runtime:headers", 5 ], 6 ) 7+ 8+config_setting( 9+ name = "osx", 10+ constraint_values = ["@platforms//os:osx"], 11+) 12