xref: /aosp_15_r20/external/federated-compute/fcp/patches/tensorflow_pybind11_osx.patch (revision 14675a029014e728ec732f129a32e299b2da0601)
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